Skip to content

Commit

Permalink
library: Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
theCalcaholic committed Feb 8, 2019
1 parent d91a5f5 commit a3c2edf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion etc/library.sh
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ function run_app_unsafe()
configure 2>&1 | tee -a $log
)' 2>&1 | tee $tmux_log_file"

(while tmux has-session -t="$ncp_app" 2>&1 > /dev/null
( while tmux has-session -t="$ncp_app" 2>&1 > /dev/null
do
sleep 1
done) &
Expand Down

0 comments on commit a3c2edf

Please sign in to comment.