Daniel Gibbs 10 лет назад
Родитель
Сommit
ba8edcc9b6
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      lgsm/functions/command_console.sh

+ 1 - 1
lgsm/functions/command_console.sh

@@ -35,7 +35,7 @@ if [ "${status}" != "0" ]; then
 	tmux attach-session -t ${servicename}
 	tmux attach-session -t ${servicename}
 else
 else
 	fn_print_fail_nl "Server not running"
 	fn_print_fail_nl "Server not running"
-	fn_script_log_fatal "Failed to access: Server not running"
+	fn_script_log_error "Failed to access: Server not running"
 	sleep 1
 	sleep 1
 	while true; do
 	while true; do
 		read -p "Do you want to start the server? [y/N]" yn
 		read -p "Do you want to start the server? [y/N]" yn