mirror of
https://github.com/mail-in-a-box/mailinabox.git
synced 2026-03-28 19:47:23 +01:00
Update system.sh
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user