White space clean up
This commit is contained in:
parent
5d5d925469
commit
5912d669b1
2
quickemu
2
quickemu
|
@ -24,7 +24,7 @@ function disk_delete() {
|
||||||
local SHORTCUT_DIR="/home/${USER}/.local/share/applications/"
|
local SHORTCUT_DIR="/home/${USER}/.local/share/applications/"
|
||||||
if [ -e "${SHORTCUT_DIR}/${VMNAME}.desktop" ]; then
|
if [ -e "${SHORTCUT_DIR}/${VMNAME}.desktop" ]; then
|
||||||
rm -v "${SHORTCUT_DIR}/${VMNAME}.desktop"
|
rm -v "${SHORTCUT_DIR}/${VMNAME}.desktop"
|
||||||
echo "Deleted ${VM} desktop shortcut"
|
echo "Deleted ${VM} desktop shortcut"
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue