Skip to content

Commit

Permalink
Fix support for /usr/bin/am: mission complete!
Browse files Browse the repository at this point in the history
  • Loading branch information
ivan-hc authored Aug 29, 2024
1 parent f7dc6f8 commit 3835a50
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions APP-MANAGER
Original file line number Diff line number Diff line change
Expand Up @@ -148,8 +148,8 @@ if [ "$(realpath "$0")" = "/opt/am/APP-MANAGER" ]; then
mkdir -p "$MODULES_PATH" || exit 1
elif [ "$(realpath "$0")" = "/usr/bin/am" ]; then
_am
AMPATH="/usr/lib/am"
MODULES_PATH="$AMPATH/modules"
AMPATH="$AMCACHEDIR"
MODULES_PATH="/usr/lib/am/modules"
else
_appman
fi
Expand Down

0 comments on commit 3835a50

Please sign in to comment.