Sfoglia il codice sorgente

Make customize script executable

Bob Mottram 9 anni fa
parent
commit
cde5f2d27f
No account linked to committer's email
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1
    0
      src/freedombone-image-make

+ 1
- 0
src/freedombone-image-make Vedi File

231
 	echo $'Customised customisation script could not be created'
231
 	echo $'Customised customisation script could not be created'
232
 	exit 735892
232
 	exit 735892
233
 fi
233
 fi
234
+sudo chmod +x $TEMP_CUSTOMISE
234
 echo $'Customised customisation script created'
235
 echo $'Customised customisation script created'
235
 
236
 
236
 
237