mirror of
https://github.com/brunofontes/linuxShortcuts.git
synced 2024-11-27 18:11:26 +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
163 B
Bash
Executable File
2 lines
163 B
Bash
Executable File
adb restore /home/bruno/Documents/Dropbox/Backups/android_backup.ab && kdialog --title "Android Restore Complete" --msgbox "Android Restore finished successfully"
|