Minor cleanup

pull/158/head
Martin Wimpress 3 years ago
parent 61ac7ad809
commit 835ce6bce5
No known key found for this signature in database
GPG Key ID: 61DF940515E06DA3
  1. 3
      quickemu

@ -49,8 +49,7 @@ function disk_delete() {
else
echo "NOTE! ${disk_img} not found. Doing nothing."
fi
local VMNAME=""
VMNAME=$(basename "${VM}" .conf)
local SHORTCUT_DIR="${HOME}/.local/share/applications/"
if [ -e "${SHORTCUT_DIR}/${VMNAME}.desktop" ]; then
rm "${SHORTCUT_DIR}/${VMNAME}.desktop"

Loading…
Cancel
Save