Преглед на файлове

No need to remove if already moved

Bob Mottram преди 9 години
родител
ревизия
13246207e5
No account linked to committer's email
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1
    1
      src/freedombone-image-make

+ 1
- 1
src/freedombone-image-make Целия файл

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