summaryrefslogtreecommitdiff
path: root/android/scripts/homescreen.sh
diff options
context:
space:
mode:
Diffstat (limited to 'android/scripts/homescreen.sh')
-rwxr-xr-xandroid/scripts/homescreen.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/android/scripts/homescreen.sh b/android/scripts/homescreen.sh
index cc9f847..cbc2201 100755
--- a/android/scripts/homescreen.sh
+++ b/android/scripts/homescreen.sh
@@ -30,8 +30,8 @@ do
break
fi
sleep 60
- timeout+=1
- if [ timeout = 30 ]; then
+ timeout=$((timeout+1))
+ if [ $timeout = 30 ]; then
echo "Homescreen=fail"
break;
fi