projects
/
contrib
/
pines
/
genasys.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1b92f24
)
typo correction
author
Chris Sharp
<csharp@georgialibraries.org>
Tue, 27 Jun 2017 14:07:46 +0000
(10:07 -0400)
committer
Chris Sharp
<csharp@georgialibraries.org>
Tue, 27 Jun 2017 14:07:46 +0000
(10:07 -0400)
templates/setup-head.sh
patch
|
blob
|
history
diff --git
a/templates/setup-head.sh
b/templates/setup-head.sh
index
a17df36
..
fe89349
100755
(executable)
--- a/
templates/setup-head.sh
+++ b/
templates/setup-head.sh
@@
-90,7
+90,7
@@
sleep 2
# so check to see if we're running 14.04, otherwise, we're
# on a systemd-based system
#Get_OS_Distro
-if [ "$OSDISTRO" == "Ubuntu"
&&
"$OSRELEASE" == "14.04" ]; then
+if [ "$OSDISTRO" == "Ubuntu"
] && [
"$OSRELEASE" == "14.04" ]; then
echo "head_file" > /etc/hostname
start hostname
else