From ed8205e9179bd8f7dfaf09aba5be97085ea17137 Mon Sep 17 00:00:00 2001 From: Chris Sharp Date: Tue, 27 Jun 2017 10:07:46 -0400 Subject: [PATCH] typo correction --- templates/setup-head.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.11.0