1
0
mirror of https://github.com/bitwarden/server.git synced 2025-07-01 16:12:49 -05:00

Replace company.com with example.com (#502)

This commit is contained in:
Sandro Jäckel
2019-05-23 02:07:39 +02:00
committed by Kyle Spearrin
parent 5d4323bf62
commit 3feaaf8f01
5 changed files with 5 additions and 5 deletions

View File

@ -36,7 +36,7 @@ if("${env:BITWARDEN_CERTBOT_HTTPS_PORT}" -ne "") {
function Install() {
[string]$letsEncrypt = "n"
Write-Host "(!) " -f cyan -nonewline
[string]$domain = $( Read-Host "Enter the domain name for your Bitwarden instance (ex. bitwarden.company.com)" )
[string]$domain = $( Read-Host "Enter the domain name for your Bitwarden instance (ex. bitwarden.example.com)" )
echo ""
if ($domain -eq "") {

View File

@ -62,7 +62,7 @@ fi
function install() {
LETS_ENCRYPT="n"
echo -e -n "${CYAN}(!)${NC} Enter the domain name for your Bitwarden instance (ex. bitwarden.company.com): "
echo -e -n "${CYAN}(!)${NC} Enter the domain name for your Bitwarden instance (ex. bitwarden.example.com): "
read DOMAIN
echo ""