Skip to content

Commit a3c2edf

Browse files
author
theCalcaholic
committed
library: Fix formatting
1 parent d91a5f5 commit a3c2edf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

etc/library.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ function run_app_unsafe()
156156
configure 2>&1 | tee -a $log
157157
)' 2>&1 | tee $tmux_log_file"
158158

159-
(while tmux has-session -t="$ncp_app" 2>&1 > /dev/null
159+
( while tmux has-session -t="$ncp_app" 2>&1 > /dev/null
160160
do
161161
sleep 1
162162
done) &

0 commit comments

Comments
 (0)