White space clean up

pull/54/head
Martin Wimpress 3 years ago
parent 5d5d925469
commit 5912d669b1
No known key found for this signature in database
GPG Key ID: 61DF940515E06DA3
  1. 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…
Cancel
Save