]> pilppa.org Git - familiar-h63xx-build.git/blobdiff - org.handhelds.familiar/packages/opie-taskbar/opie-taskbar/opie
opie: don't wait 5 seconds before starting by default.
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / opie-taskbar / opie-taskbar / opie
index 0d9452523ea4093606cf61f0baa385caa601e759..be8a1911219a86c651479c9bddb1f81b14fc9b78 100755 (executable)
@@ -36,7 +36,9 @@ fi
 
 case $1 in
 'start')
-    /sbin/getkey 5 "Starting Opie in 5 seconds... press key to interrupt." && exit 0
+    if [ -e $OPIEDIR/etc/waitkey ]; then
+        /sbin/getkey 5 "Starting Opie in 5 seconds... press key to interrupt." && exit 0
+    fi
     
     if [ -x "$OPIEDIR/bin/opie-login" ]; then
             echo Starting Opie-login....