소스 검색

OK to info

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

+ 2 - 2
lgsm/functions/command_stop.sh

@@ -241,7 +241,7 @@ fn_stop_pre_check(){
 	if [ "${gamename}" == "Teamspeak 3" ]; then
 		check_status.sh
 		if [ "${status}" == "0" ]; then
-			fn_print_ok_nl "${servername} is already stopped"
+			fn_print_info_nl "${servername} is already stopped"
 			fn_script_log_error "${servername} is already stopped"
 		else
 			fn_stop_teamspeak3
@@ -249,7 +249,7 @@ fn_stop_pre_check(){
 	else
 		check_status.sh
 		if [ "${status}" == "0" ]; then
-			fn_print_ok_nl "${servername} is already stopped"
+			fn_print_info_nl "${servername} is already stopped"
 			fn_script_log_error "${servername} is already stopped"
 		else
 			fn_stop_graceful_select