浏览代码

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