瀏覽代碼

added newline

Daniel Gibbs 10 年之前
父節點
當前提交
f7e25307e2
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      functions/command_start.sh

+ 2 - 2
functions/command_start.sh

@@ -143,11 +143,11 @@ sleep 1
 tmuxwc=$(tmux list-sessions 2>&1|awk '{print $1}'|grep -Ec "^${servicename}:")
 # If the server fails to start
 if [ "${tmuxwc}" -eq 0 ]; then
-	fn_printfail "Unable to start ${servername}"
+	fn_printfailnl "Unable to start ${servername}"
 	fn_scriptlog "Unable to start ${servername}"
 	sleep 1
 	if [ -s "${scriptlogdir}/.${servicename}-tmux-error.tmp" ]; then
-		fn_printfail "Unable to start ${servername}: Tmux error:"
+		fn_printfailnl "Unable to start ${servername}: Tmux error:"
 		fn_scriptlog "Tmux error"
 		sleep 1
 		echo -en "\n"