Skip to content

Commit 3616907

Browse files
author
gau1991
committed
Fixed hostname log issue
1 parent 705e096 commit 3616907

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bin/install

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,9 +90,9 @@ function ee_lib_check_fqdn()
9090
if [ "$EE_FQDN" != "" ];then
9191
echo $EE_FQDN > /etc/hostname
9292
if [ "$EE_DEBIAN_VERSION" == "squeeze" ];then
93-
/etc/init.d/hostname.sh start &>> $EE_COMMAND_LOG
93+
/etc/init.d/hostname.sh start &>> $EE_INSTALL_LOG
9494
else
95-
service hostname restart &>> $EE_COMMAND_LOG
95+
service hostname restart &>> $EE_INSTALL_LOG
9696
fi
9797
hostname -f &>> $EE_INSTALL_LOG
9898
fi

0 commit comments

Comments
 (0)