summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Buetow (europa) <paul@buetow.org>2015-06-20 12:46:31 +0100
committerPaul Buetow (europa) <paul@buetow.org>2015-06-20 12:46:31 +0100
commita5542b650fb4bea4b9cf5bbd62bee7ebbbf18ba0 (patch)
tree1fa5a9188b61ccb08e308d2dbbca3b735b1ef02d
parent10ba3e1d94e28baceea93f8067ede8985cafea23 (diff)
-rw-r--r--data/local/debroid.sh10
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