]> BookStack Code Mirror - devops/commitdiff
Merge pull request #11 from deltamike-x/patch-1
authorDan Brown <redacted>
Mon, 19 Feb 2018 18:57:05 +0000 (18:57 +0000)
committerGitHub <redacted>
Mon, 19 Feb 2018 18:57:05 +0000 (18:57 +0000)
Update installation-ubuntu-16.04.sh

scripts/installation-ubuntu-16.04.sh

index f95e80726d960b8f318d9dc7c85ed6d410e6522b..d5306135caffbcc4407ba350515996f32ab9a14f 100644 (file)
@@ -3,7 +3,7 @@
 # This script is experimental and does not ensure any security.
 
 echo ""
-echo -n "Enter your the domain you want to host BookStack and press [ENTER]: "
+echo -n "Enter the domain you want to host BookStack and press [ENTER]: "
 read DOMAIN
 
 myip=$(ip addr | grep 'state UP' -A2 | tail -n1 | awk '{print $2}' | cut -f1  -d'/')