Disable webconsole for now

This commit is contained in:
mathiascode 2019-09-27 21:22:06 +03:00
parent 84059085a5
commit d1dbac50f1
2 changed files with 2 additions and 2 deletions

View file

@ -2,5 +2,5 @@
cat <<EOF
---
default_process_types:
web: script/start
worker: script/start
EOF

View file

@ -14,7 +14,7 @@ git clone git@github.com:kaboomserver/schematics.git plugins/FastAsyncWorldEdit/
while true; do
tmux new -d -s server 'sh -c script/server' >/dev/null
tmux new -d -s remote 'sh -x script/remote' >/dev/null
tmux new -d -s webconsole 'sh -x script/webconsole' >/dev/null
#tmux new -d -s webconsole 'sh -x script/webconsole' >/dev/null
tmux new -d -s schematics 'sh -x script/schematics' >/dev/null
sleep 5
done &