Skip to content

Commit

Permalink
Merge pull request #169 from mekanix/tmux
Browse files Browse the repository at this point in the history
Initial size doesn't matter, rearrange once all services are started
  • Loading branch information
mekanix authored Feb 13, 2025
2 parents f323d63 + 22d43e0 commit 67fa0be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/freenit.sh
Original file line number Diff line number Diff line change
Expand Up @@ -654,9 +654,9 @@ for service in \${SERVICES}; do
fi
else
if [ "\${REGGAE}" = "yes" ]; then
sudo tmux split-window -h -p 50 -t 0 "make -C services/\${service} BACKEND_URL=http://\${backend_hostname}:5000 devel offline=\${OFFLINE}"
sudo tmux split-window -t 0 "make -C services/\${service} BACKEND_URL=http://\${backend_hostname}:5000 devel offline=\${OFFLINE}"
else
tmux split-window -h -p 50 -t 0 "env OFFLINE=\${OFFLINE} BACKEND_URL=http://\${backend_hostname}:5000 \${PROJECT_ROOT}/services/\${service}/bin/devel.sh"
tmux split-window -t 0 "env OFFLINE=\${OFFLINE} BACKEND_URL=http://\${backend_hostname}:5000 \${PROJECT_ROOT}/services/\${service}/bin/devel.sh"
fi
fi
done
Expand Down

0 comments on commit 67fa0be

Please sign in to comment.