]> BookStack Code Mirror - devops/commitdiff
Update installation-ubuntu-16.04.sh 11/head
authordeltamike-x <redacted>
Tue, 16 Jan 2018 05:51:24 +0000 (22:51 -0700)
committerGitHub <redacted>
Tue, 16 Jan 2018 05:51:24 +0000 (22:51 -0700)
Grammar fixes.

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'/')