diff --git a/bin/install b/bin/install index 28b30721..24efda35 100644 --- a/bin/install +++ b/bin/install @@ -99,7 +99,7 @@ function ee_lib_check_fqdn() else service hostname restart &>> $EE_INSTALL_LOG fi - hostname -f &>> $EE_INSTALL_LOG + echo "hostname = $(hostname -f)" &>> $EE_INSTALL_LOG fi ;; *)