Skip to content

Commit 008a065

Browse files
committed
fix: [updater] fix env
1 parent 780b4f9 commit 008a065

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

update/v5.2/Update.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,11 @@
22

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

98
export PATH=$AIL_HOME:$PATH
109
export PATH=$AIL_REDIS:$PATH
11-
export PATH=$AIL_ARDB:$PATH
1210
export PATH=$AIL_BIN:$PATH
1311
export PATH=$AIL_FLASK:$PATH
1412

0 commit comments

Comments
 (0)