Skip to content

Commit

Permalink
fix: [updater] fix env
Browse files Browse the repository at this point in the history
  • Loading branch information
Terrtia committed Jul 12, 2023
1 parent 780b4f9 commit 008a065
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions update/v5.2/Update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,11 @@

[ -z "$AIL_HOME" ] && echo "Needs the env var AIL_HOME. Run the script from the virtual environment." && exit 1;
[ -z "$AIL_REDIS" ] && echo "Needs the env var AIL_REDIS. Run the script from the virtual environment." && exit 1;
[ -z "$AIL_ARDB" ] && echo "Needs the env var AIL_ARDB. Run the script from the virtual environment." && exit 1;
[ -z "$AIL_BIN" ] && echo "Needs the env var AIL_ARDB. Run the script from the virtual environment." && exit 1;
[ -z "$AIL_FLASK" ] && echo "Needs the env var AIL_FLASK. Run the script from the virtual environment." && exit 1;

export PATH=$AIL_HOME:$PATH
export PATH=$AIL_REDIS:$PATH
export PATH=$AIL_ARDB:$PATH
export PATH=$AIL_BIN:$PATH
export PATH=$AIL_FLASK:$PATH

Expand Down

0 comments on commit 008a065

Please sign in to comment.