Skip to content

Commit 67fa0be

Browse files
authored
Merge pull request #169 from mekanix/tmux
Initial size doesn't matter, rearrange once all services are started
2 parents f323d63 + 22d43e0 commit 67fa0be

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bin/freenit.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -654,9 +654,9 @@ for service in \${SERVICES}; do
654654
fi
655655
else
656656
if [ "\${REGGAE}" = "yes" ]; then
657-
sudo tmux split-window -h -p 50 -t 0 "make -C services/\${service} BACKEND_URL=http://\${backend_hostname}:5000 devel offline=\${OFFLINE}"
657+
sudo tmux split-window -t 0 "make -C services/\${service} BACKEND_URL=http://\${backend_hostname}:5000 devel offline=\${OFFLINE}"
658658
else
659-
tmux split-window -h -p 50 -t 0 "env OFFLINE=\${OFFLINE} BACKEND_URL=http://\${backend_hostname}:5000 \${PROJECT_ROOT}/services/\${service}/bin/devel.sh"
659+
tmux split-window -t 0 "env OFFLINE=\${OFFLINE} BACKEND_URL=http://\${backend_hostname}:5000 \${PROJECT_ROOT}/services/\${service}/bin/devel.sh"
660660
fi
661661
fi
662662
done

0 commit comments

Comments
 (0)