Start of update detect cron script

This commit is contained in:
Adam
2016-04-08 19:17:00 -04:00
parent 08258e6fc5
commit e89b9b8d70

View File

@@ -0,0 +1,8 @@
#!/bin/bash
JAVA="java -cp target/deob-1.0-SNAPSHOT-jar-with-dependencies.jar"
$JAVA net.runelite.deob.updater.UpdateDetector /tmp/rsupdate
if [ $? -ne 0 ] ; then
exit
fi