Make customize script executable
This commit is contained in:
parent
13246207e5
commit
cde5f2d27f
|
@ -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'
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue