diff --git a/data/config/boot/UserBootscript b/data/config/boot/UserBootscript index 8198ad1124..0f84558c3f 100644 --- a/data/config/boot/UserBootscript +++ b/data/config/boot/UserBootscript @@ -5,11 +5,7 @@ # Start programs and open files in the boot launch folder for file in $HOME/config/boot/launch/* do - if [ -x "$file" ]; then - "$file" & - else - /bin/open "$file" & - fi + /bin/open "$file" & done #===================================================================== # FEEL FREE TO EDIT BELOW