Index: scripts/setup.sh =================================================================== diff -u -rd1a6830c486a9ee9c388a80b570aa8141a8366c9 -r24cb5c23a0f79faeac6ac89b7e5714f3884164ad --- scripts/setup.sh (.../setup.sh) (revision d1a6830c486a9ee9c388a80b570aa8141a8366c9) +++ scripts/setup.sh (.../setup.sh) (revision 24cb5c23a0f79faeac6ac89b7e5714f3884164ad) @@ -47,6 +47,9 @@ echo "Syncing file system updates" sync +echo "Making UI scripts executable" +chmod a+x /home/root/*.sh + read -p "ready to reboot? [y,n]" -n 1 -r CONFIRM if [ "$CONFIRM" == "y" ]; then reboot