From 1c60dc3b6a9895fe8914fcdc928255b5b3269d66 Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Thu, 7 Jan 2016 22:17:06 +0000 Subject: [PATCH] updated warning message --- functions/command_ts3_server_pass.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/functions/command_ts3_server_pass.sh b/functions/command_ts3_server_pass.sh index e5f980832..556f9e6ff 100644 --- a/functions/command_ts3_server_pass.sh +++ b/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