Skip to content

Commit

Permalink
fix crond startup in run.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
jmtatsch committed May 20, 2018
1 parent 6e8ea35 commit 2b8482a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion firmware_mod/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ if [ ! -d /system/sdcard/config/cron ]; then
mkdir -p /system/sdcard/config/cron/crontabs
echo "Created cron directory" >> $LOGPATH
fi
crond -L /system/sdcard/log/crond.log -c /system/sdcard/config/cron/crontabs
/system/sdcard/bin/busybox crond -L /system/sdcard/log/crond.log -c /system/sdcard/config/cron/crontabs

## Start Wifi:
if [ ! -f $CONFIGPATH/wpa_supplicant.conf ]; then
Expand Down

0 comments on commit 2b8482a

Please sign in to comment.