瀏覽代碼

Make customize script executable

Bob Mottram 9 年之前
父節點
當前提交
cde5f2d27f
沒有帳戶連結到提交者的電子郵件
共有 1 個檔案被更改,包括 1 行新增0 行删除
  1. 1
    0
      src/freedombone-image-make

+ 1
- 0
src/freedombone-image-make 查看文件

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