1
0
mirror of https://github.com/mail-in-a-box/mailinabox.git synced 2025-04-11 01:27:17 +00:00

Update system.sh

This commit is contained in:
kaibae19 2022-04-04 07:55:23 -07:00
parent cf82cde98e
commit d8109042ab

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
echo $PRIMARY_HOSTNAME > /etc/hostname
if [ "$INSTALL" == "m"]; then
if [ "$INSTALL" == "m" ]; then
hostname $PRIMARY_HOSTNAME
fi