Browse Source

Fixed Unary operator Expected error

old-stable
gau1991 10 years ago
parent
commit
6d9e55321c
  1. 2
      bin/install

2
bin/install

@ -86,7 +86,7 @@ function ee_lib_check_fqdn()
{ {
case $1 in case $1 in
*.*) *.*)
if [ $EE_FQDN != "" ];then if [ "$EE_FQDN" != "" ];then
echo $EE_FQDN > /etc/hostname echo $EE_FQDN > /etc/hostname
service hostname restart &>> $EE_INSTALL_LOG service hostname restart &>> $EE_INSTALL_LOG
hostname -f &>> $EE_INSTALL_LOG hostname -f &>> $EE_INSTALL_LOG

Loading…
Cancel
Save