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

+ 1 - 1
lgsm/functions/command_console.sh

@@ -30,7 +30,7 @@ if [ "${status}" != "0" ]; then
 	fn_print_ok_nl "Accessing console"
 	fn_script_log_pass "Console accessed"
 	sleep 0.5
-	tmux attach-session -t="${servicename}"
+	tmux attach-session -t "${servicename}"
 	fn_print_ok_nl "Closing console"
 	fn_script_log_pass "Console closed"
 else