No need to remove if already moved
This commit is contained in:
parent
3ca2ce891c
commit
13246207e5
|
@ -226,7 +226,7 @@ if [ -f $TEMP_CUSTOMISE ]; then
|
|||
sudo rm $TEMP_CUSTOMISE
|
||||
fi
|
||||
sudo mv $TEMP_CUSTOMISE4 $TEMP_CUSTOMISE
|
||||
rm $TEMP_CUSTOMISE2 $TEMP_CUSTOMISE3 $TEMP_CUSTOMISE4
|
||||
rm $TEMP_CUSTOMISE2 $TEMP_CUSTOMISE3
|
||||
if [ ! -f $TEMP_CUSTOMISE ]; then
|
||||
echo $'Customised customisation script could not be created'
|
||||
exit 735892
|
||||
|
|
Loading…
Reference in New Issue