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:
parent
cf82cde98e
commit
d8109042ab
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user