Skip to content
Snippets Groups Projects
Unverified Commit 13246207 authored by Bob Mottram's avatar Bob Mottram
Browse files

No need to remove if already moved

parent 3ca2ce89
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment