mirror of
https://github.com/kaboomserver/buildpack.git
synced 2025-07-28 00:13:11 +00:00
Enable schematic uploader immediately
This commit is contained in:
parent
921e285ddd
commit
e951741aa1
1 changed files with 2 additions and 2 deletions
|
@ -17,8 +17,6 @@ done'
|
|||
sleep 1
|
||||
done'
|
||||
|
||||
sleep 60
|
||||
|
||||
.bin/tmux new -d -s schematics 'while true; do
|
||||
cd $HOME/plugins/WorldEdit/schematics/
|
||||
if [ "git status --porcelain" ]; then
|
||||
|
@ -31,6 +29,8 @@ sleep 60
|
|||
sleep 1
|
||||
done'
|
||||
|
||||
sleep 60
|
||||
|
||||
while true; do
|
||||
sleep 120
|
||||
if [ "$(echo -n -e '\xFE' | nc -w 5 localhost 25565 | wc -m)" -eq 0 ]; then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue