Skip to content

Commit

Permalink
Update installation-ubuntu-16.04.sh
Browse files Browse the repository at this point in the history
Grammar fixes.
  • Loading branch information
doubletap-dave committed Jan 16, 2018
1 parent 45bec2f commit 213701f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/installation-ubuntu-16.04.sh
Expand Up @@ -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'/')
Expand Down

0 comments on commit 213701f

Please sign in to comment.