diff --git a/bin/install b/bin/install index a752a326..5d0cf22b 100644 --- a/bin/install +++ b/bin/install @@ -86,7 +86,7 @@ function ee_lib_check_fqdn() { case $1 in *.*) - if [ $EE_FQDN != "" ];then + if [ "$EE_FQDN" != "" ];then echo $EE_FQDN > /etc/hostname service hostname restart &>> $EE_INSTALL_LOG hostname -f &>> $EE_INSTALL_LOG