mirror of
https://gitlab.com/Nanolx/NanoDroid
synced 2024-11-17 21:26:22 +00:00
CommonAddon, PatcherAddon: further minor improvements
This commit is contained in:
parent
05a8918296
commit
50d5da9772
@ -154,10 +154,10 @@ postrestore_action () {
|
||||
|
||||
case "${1}" in
|
||||
backup)
|
||||
(backup_action) &
|
||||
backup_action
|
||||
;;
|
||||
restore)
|
||||
(restore_action) &
|
||||
restore_action
|
||||
;;
|
||||
pre-backup)
|
||||
# Stub
|
||||
@ -169,7 +169,7 @@ case "${1}" in
|
||||
# Stub
|
||||
;;
|
||||
post-restore)
|
||||
(postrestore_action) &
|
||||
postrestore_action
|
||||
;;
|
||||
esac
|
||||
|
||||
|
@ -110,7 +110,7 @@ case "${1}" in
|
||||
# Stub
|
||||
;;
|
||||
post-restore)
|
||||
(NanoDroidPatcher) &
|
||||
NanoDroidPatcher
|
||||
;;
|
||||
esac
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user