diff --git a/data/system/boot/Bootscript b/data/system/boot/Bootscript index 0f71e88a10..5d8a97aa17 100644 --- a/data/system/boot/Bootscript +++ b/data/system/boot/Bootscript @@ -10,6 +10,7 @@ launch() { toLaunch="$1" shift toWaitFor="$1" + (( $# )) && shift if [ -f "/boot/$toLaunch" ] then "/boot/$toLaunch" $* &