Copy rather than move
This commit is contained in:
parent
3488d2cd6d
commit
c8e193a985
|
@ -391,7 +391,8 @@ function mesh_batman {
|
||||||
echo 'esac' >> $batman_script
|
echo 'esac' >> $batman_script
|
||||||
echo 'exit 0' >> $batman_script
|
echo 'exit 0' >> $batman_script
|
||||||
chmod +x $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 {
|
function show_help {
|
||||||
|
|
Loading…
Reference in New Issue