Parcourir la source

No need to remove if already moved

Bob Mottram il y a 9 ans
Parent
révision
13246207e5
Aucun compte lié à l'adresse email de l'auteur
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1
    1
      src/freedombone-image-make

+ 1
- 1
src/freedombone-image-make Voir le fichier

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