File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
662662done
You can’t perform that action at this time.
0 commit comments