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
654
654
fi
655
655
else
656
656
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}"
658
658
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"
660
660
fi
661
661
fi
662
662
done
You can’t perform that action at this time.
0 commit comments