1
0
Fork 0

add a small delay to ensure server stops completely
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Daniel Wolf 2022-03-02 18:55:32 -05:00
parent b89c1b9f8a
commit 8befd11f23
Signed by: nephatrine
GPG Key ID: 59D70EC2E4AAB4D0
1 changed files with 1 additions and 0 deletions

View File

@ -5,4 +5,5 @@ if /usr/bin/pgrep -f minedock >/dev/null; then
/command/s6-setuidgid guardian /usr/bin/screen -S minedock -X stuff "`echo -ne \"save-all\r\"`"
sleep 6
/command/s6-setuidgid guardian /usr/bin/screen -S minedock -X stuff "`echo -ne \"stop\r\"`"
sleep 2
fi