We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 705e096 commit 3616907Copy full SHA for 3616907
bin/install
@@ -90,9 +90,9 @@ function ee_lib_check_fqdn()
90
if [ "$EE_FQDN" != "" ];then
91
echo $EE_FQDN > /etc/hostname
92
if [ "$EE_DEBIAN_VERSION" == "squeeze" ];then
93
- /etc/init.d/hostname.sh start &>> $EE_COMMAND_LOG
+ /etc/init.d/hostname.sh start &>> $EE_INSTALL_LOG
94
else
95
- service hostname restart &>> $EE_COMMAND_LOG
+ service hostname restart &>> $EE_INSTALL_LOG
96
fi
97
hostname -f &>> $EE_INSTALL_LOG
98
0 commit comments