Skip to content
Snippets Groups Projects
Unverified Commit cde5f2d2 authored by Bob Mottram's avatar Bob Mottram
Browse files

Make customize script executable

parent 13246207
No related branches found
No related tags found
No related merge requests found
......@@ -231,6 +231,7 @@ if [ ! -f $TEMP_CUSTOMISE ]; then
echo $'Customised customisation script could not be created'
exit 735892
fi
sudo chmod +x $TEMP_CUSTOMISE
echo $'Customised customisation script created'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment