浏览代码

No need to remove if already moved

Bob Mottram 9 年前
父节点
当前提交
13246207e5
没有帐户链接到提交者的电子邮件
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      src/freedombone-image-make

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

226
 	sudo rm $TEMP_CUSTOMISE
226
 	sudo rm $TEMP_CUSTOMISE
227
 fi
227
 fi
228
 sudo mv $TEMP_CUSTOMISE4 $TEMP_CUSTOMISE
228
 sudo mv $TEMP_CUSTOMISE4 $TEMP_CUSTOMISE
229
-rm $TEMP_CUSTOMISE2 $TEMP_CUSTOMISE3 $TEMP_CUSTOMISE4
229
+rm $TEMP_CUSTOMISE2 $TEMP_CUSTOMISE3
230
 if [ ! -f $TEMP_CUSTOMISE ]; then
230
 if [ ! -f $TEMP_CUSTOMISE ]; then
231
 	echo $'Customised customisation script could not be created'
231
 	echo $'Customised customisation script could not be created'
232
 	exit 735892
232
 	exit 735892