Update system.sh

This commit is contained in:
kaibae19
2022-04-04 07:55:23 -07:00
parent cf82cde98e
commit d8109042ab
+1 -1
View File
@@ -14,7 +14,7 @@ source setup/functions.sh # load our functions
# First set the hostname in the configuration file, then activate the setting # First set the hostname in the configuration file, then activate the setting
echo $PRIMARY_HOSTNAME > /etc/hostname echo $PRIMARY_HOSTNAME > /etc/hostname
if [ "$INSTALL" == "m"]; then if [ "$INSTALL" == "m" ]; then
hostname $PRIMARY_HOSTNAME hostname $PRIMARY_HOSTNAME
fi fi