Cron testing

This commit is contained in:
mathias 2018-06-10 13:57:41 +03:00
parent cb1906402d
commit 72e4ec4ea1

View file

@ -1,5 +1,6 @@
#!/bin/bash
killall java
PID="$(pgrep java)"
kill -9 $PID
rm -rf plugins/ worlds/
ssh -i .key -o StrictHostKeyChecking=no serv@kaboom.pw 'rm -rf sync/'
reboot