Start of update detect cron script
This commit is contained in:
@@ -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
|
||||||
Reference in New Issue
Block a user