From 7989b362e607da9b7fb65361eceb18c228a172ca Mon Sep 17 00:00:00 2001 From: mathias Date: Tue, 6 Aug 2019 20:52:40 +0300 Subject: [PATCH] Use correct paths --- bin/start | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bin/start b/bin/start index faddfe0..b08b897 100755 --- a/bin/start +++ b/bin/start @@ -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