Make customize script executable

This commit is contained in:
Bob Mottram 2016-07-12 12:05:38 +01:00
parent 13246207e5
commit cde5f2d27f
No known key found for this signature in database
GPG Key ID: BA68F26108DC9F87
1 changed files with 1 additions and 0 deletions

View File

@ -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'