mirror of
https://gitee.com/amber-ce/amber-pm
synced 2025-12-18 19:31:37 +08:00
update src/usr/bin/apm.
Signed-off-by: shenmo <jifengshenmo@outlook.com>
This commit is contained in:
@@ -299,6 +299,16 @@ case "$1" in
|
|||||||
;;
|
;;
|
||||||
ssaudit)
|
ssaudit)
|
||||||
amber-pm-debug ssaudit "$@" --native
|
amber-pm-debug ssaudit "$@" --native
|
||||||
|
exit_code=$?
|
||||||
|
if [ $exit_code -eq 0 ]; then
|
||||||
|
log.info "Operation successful"
|
||||||
|
else
|
||||||
|
log.error "Error: Operation failed"
|
||||||
|
exit $exit_code
|
||||||
|
fi
|
||||||
|
amber-pm-debug amber-pm-dstore-patch
|
||||||
|
amber-pm-gxde-desktop-fix
|
||||||
|
|
||||||
;;
|
;;
|
||||||
-h|--help)
|
-h|--help)
|
||||||
show_help
|
show_help
|
||||||
|
|||||||
Reference in New Issue
Block a user