typo correction
authorChris Sharp <csharp@georgialibraries.org>
Tue, 27 Jun 2017 14:07:46 +0000 (10:07 -0400)
committerChris Sharp <csharp@georgialibraries.org>
Tue, 27 Jun 2017 14:07:46 +0000 (10:07 -0400)
templates/setup-head.sh

index a17df36..fe89349 100755 (executable)
@@ -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