Use correct paths

This commit is contained in:
mathias 2019-08-06 20:52:40 +03:00
parent 9cabe59e18
commit 7989b362e6

View file

@ -11,12 +11,12 @@ chmod -R 500 plugins/bStats/ plugins/PluginMetrics/ plugins/ProtocolLib/
git clone git@github.com:kaboomserver/schematics.git plugins/FastAsyncWorldEdit/schematics/
tmux new -d -s server 'sh -x server'
tmux new -d -s remote 'sh -x remote'
tmux new -d -s sync_schematics 'sh -x sync_schematics'
tmux new -d -s server 'sh -x script/server'
tmux new -d -s remote 'sh -x script/remote'
tmux new -d -s sync_schematics 'sh -x script/schematics'
#sleep 90
tmux new -d -s check_server 'sh -x check_server'
tmux new -d -s check_server 'sh -x script/alivecheck'
sleep infinity