White space clean up

This commit is contained in:
Martin Wimpress 2021-09-06 22:27:06 +01:00
parent 5d5d925469
commit 5912d669b1
No known key found for this signature in database
GPG key ID: 61DF940515E06DA3

View file

@ -24,7 +24,7 @@ function disk_delete() {
local SHORTCUT_DIR="/home/${USER}/.local/share/applications/"
if [ -e "${SHORTCUT_DIR}/${VMNAME}.desktop" ]; then
rm -v "${SHORTCUT_DIR}/${VMNAME}.desktop"
echo "Deleted ${VM} desktop shortcut"
echo "Deleted ${VM} desktop shortcut"
fi
}