Copy rather than move

This commit is contained in:
Bob Mottram 2015-08-23 12:55:33 +01:00
parent 3488d2cd6d
commit c8e193a985

View File

@ -391,7 +391,8 @@ function mesh_batman {
echo 'esac' >> $batman_script
echo 'exit 0' >> $batman_script
chmod +x $batman_script
sudo mv $batman_script /usr/bin/batman
sudo cp -f $batman_script /usr/bin/batman
rm $batman_script
}
function show_help {