]>
BookStack Code Mirror - devops/commitdiff
projects
/
devops
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
45bec2f
)
Update installation-ubuntu-16.04.sh
11/head
author
deltamike-x
<redacted>
Tue, 16 Jan 2018 05:51:24 +0000
(22:51 -0700)
committer
GitHub
<redacted>
Tue, 16 Jan 2018 05:51:24 +0000
(22:51 -0700)
Grammar fixes.
scripts/installation-ubuntu-16.04.sh
patch
|
blob
|
history
diff --git
a/scripts/installation-ubuntu-16.04.sh
b/scripts/installation-ubuntu-16.04.sh
index f95e80726d960b8f318d9dc7c85ed6d410e6522b..d5306135caffbcc4407ba350515996f32ab9a14f 100644
(file)
--- 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'/')