mirror of
https://github.com/oSoWoSo/DistroHopper.git
synced 2024-08-14 22:46:53 +00:00
White space clean up
This commit is contained in:
parent
5d5d925469
commit
5912d669b1
1 changed files with 1 additions and 1 deletions
2
quickemu
2
quickemu
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue