소스 검색

Merge remote-tracking branch 'refs/remotes/origin/master' into gmod-content-mounting

Daniel Gibbs 10 년 전
부모
커밋
245e7a72a3
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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