Browse Source

Merge pull request #512 from Sodierlow/patch-1

fix mistake
Daniel Gibbs 10 years ago
parent
commit
b8aa661404
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
 echo "changing hostname."
 sed -i "s/\"<hostname>\"/\"${servername}\"/g" "${servercfgfullpath}"
-sleep1
+sleep 1
 echo "changing rconpassword."
 sed -i "s/\"<rconpassword>\"/\"${rconpass}\"/g" "${servercfgfullpath}"
 sleep 1