소스 검색

updated warning message

Daniel Gibbs 10 년 전
부모
커밋
1c60dc3b6a
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      functions/command_ts3_server_pass.sh

+ 2 - 1
functions/command_ts3_server_pass.sh

@@ -17,7 +17,8 @@ echo "${gamename} ServerAdmin Password Change"
 echo "============================"
 echo ""
 echo "Press \"CTRL+b d\" to exit console."
-fn_printwarningnl "You are about to change the ${gamename} ServerAdmin password"
+fn_printinfonl "You are about to change the ${gamename} ServerAdmin password"
+fn_printwarningnl "${gamename} will restart during this process"
 echo ""
 while true; do
 	read -e -i "y" -p "Continue? [y/N]" yn