From d8109042ab6221838999e411585014fb40567897 Mon Sep 17 00:00:00 2001 From: kaibae19 <99116238+kaibae19@users.noreply.github.com> Date: Mon, 4 Apr 2022 07:55:23 -0700 Subject: [PATCH] Update system.sh --- setup/system.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/system.sh b/setup/system.sh index 3b1a4214..d0857bf0 100755 --- a/setup/system.sh +++ b/setup/system.sh @@ -14,7 +14,7 @@ source setup/functions.sh # load our functions # First set the hostname in the configuration file, then activate the setting echo $PRIMARY_HOSTNAME > /etc/hostname -if [ "$INSTALL" == "m"]; then +if [ "$INSTALL" == "m" ]; then hostname $PRIMARY_HOSTNAME fi