Browse Source

fix mistake

Mauro 10 years ago
parent
commit
521b3598fe
1 changed files with 1 additions and 1 deletions
  1. 1 1
      functions/fn_install_config

+ 1 - 1
functions/fn_install_config

@@ -25,7 +25,7 @@ else
 fi
 fi
 echo "changing hostname."
 echo "changing hostname."
 sed -i "s/\"<hostname>\"/\"${servername}\"/g" "${servercfgfullpath}"
 sed -i "s/\"<hostname>\"/\"${servername}\"/g" "${servercfgfullpath}"
-sleep1
+sleep 1
 echo "changing rconpassword."
 echo "changing rconpassword."
 sed -i "s/\"<rconpassword>\"/\"${rconpass}\"/g" "${servercfgfullpath}"
 sed -i "s/\"<rconpassword>\"/\"${rconpass}\"/g" "${servercfgfullpath}"
 sleep 1
 sleep 1