]> BookStack Code Mirror - devops/blobdiff - scripts/installation-ubuntu-16.04.sh
Update installation-ubuntu-16.04.sh
[devops] / 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'/')