ソースを参照

Make customize script executable

Bob Mottram 9 年 前
コミット
cde5f2d27f
コミット者のEメールアドレスに関連付けられたアカウントが存在しません
共有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