mirror of
https://github.com/brunofontes/linuxShortcuts.git
synced 2024-11-24 02:01:08 +00:00
Bruno Fontes
f06d59da1f
Alert message was being used even when the backup/restore was not completed succesfully. Fixed it using the && operator.
2 lines
181 B
Bash
Executable File
2 lines
181 B
Bash
Executable File
adb backup -apk -shared -all -f /home/bruno/Documents/Dropbox/Backups/android_backup.ab && kdialog --title "Android Backup Complete" --msgbox "Android Backup finished successfully"
|