From: deltamike-x Date: Tue, 16 Jan 2018 05:51:24 +0000 (-0700) Subject: Update installation-ubuntu-16.04.sh X-Git-Url: http://source.bookstackapp.com/devops/commitdiff_plain/refs/pull/11/head?ds=inline Update installation-ubuntu-16.04.sh Grammar fixes. --- diff --git a/scripts/installation-ubuntu-16.04.sh b/scripts/installation-ubuntu-16.04.sh index f95e807..d530613 100644 --- a/scripts/installation-ubuntu-16.04.sh +++ b/scripts/installation-ubuntu-16.04.sh @@ -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'/')