fix(Backup): do not create unecessary file anymore

This commit is contained in:
Bruno F. Fontes 2021-03-26 20:43:52 -03:00
parent 9b3515d121
commit d1ec197dc4
Signed by: brunofontes
GPG Key ID: EE3447CE80048495

View File

@ -117,7 +117,6 @@ checkBackup "$HDPath/VirtualMachines/"
echo -e "\e[97m`date +%r` - Backup finished. Please, verify your log files.\e[39m"
echo "$ActiveDisk" > .lastDisk
echo "$ActiveBackupSet" > ".lastBackupSetDisk_$lastDisk"
kdialog --title "Backup Complete" --msgbox "Backup finished successfully"
echo