From: Chris Sharp Date: Tue, 27 Jun 2017 14:07:46 +0000 (-0400) Subject: typo correction X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=ed8205e9179bd8f7dfaf09aba5be97085ea17137;p=contrib%2Fpines%2Fgenasys.git typo correction --- diff --git a/templates/setup-head.sh b/templates/setup-head.sh index a17df36..fe89349 100755 --- 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