diff options
Diffstat (limited to 'data')
| -rw-r--r-- | data/local/debroid.sh | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/data/local/debroid.sh b/data/local/debroid.sh index dac5f17..69f91c5 100644 --- a/data/local/debroid.sh +++ b/data/local/debroid.sh @@ -1,15 +1,11 @@ - -log=/data/local/debroid.out -err=/data/local/debroid.err - -/system/bin/date > $log +#!/system/bin/sh while : ; do /system/xbin/mountpoint /storage/sdcard1 if [ $? -eq 0 ]; then cd /storage/sdcard1/Linux - /system/bin/sh jessie.sh start_services >> $log 2> $err - /system/bin/date >> $log + /system/bin/sh jessie.sh start_services + /system/bin/date exit 0 fi /system/bin/sleep 1 |
