Browse Source

updated warning message

pull/614/head
Daniel Gibbs 9 years ago
parent
commit
1c60dc3b6a
  1. 3
      functions/command_ts3_server_pass.sh

3
functions/command_ts3_server_pass.sh

@ -17,7 +17,8 @@ echo "${gamename} ServerAdmin Password Change"
echo "============================" echo "============================"
echo "" echo ""
echo "Press \"CTRL+b d\" to exit console." 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 "" echo ""
while true; do while true; do
read -e -i "y" -p "Continue? [y/N]" yn read -e -i "y" -p "Continue? [y/N]" yn

Loading…
Cancel
Save