Pārlūkot izejas kodu

Make customize script executable

Bob Mottram 9 gadus atpakaļ
vecāks
revīzija
cde5f2d27f
Revīzijas autora e-pasts nav piesaistīts nevienam kontam
1 mainītis faili ar 1 papildinājumiem un 0 dzēšanām
  1. 1
    0
      src/freedombone-image-make

+ 1
- 0
src/freedombone-image-make Parādīt failu

@@ -231,6 +231,7 @@ if [ ! -f $TEMP_CUSTOMISE ]; then
231 231
 	echo $'Customised customisation script could not be created'
232 232
 	exit 735892
233 233
 fi
234
+sudo chmod +x $TEMP_CUSTOMISE
234 235
 echo $'Customised customisation script created'
235 236
 
236 237