mirror of
https://github.com/ail-project/ail-framework.git
synced 2024-11-10 08:38:28 +00:00
chg: [docker] allow arg as a parameter
This commit is contained in:
parent
72d7cd1681
commit
b5d50b2a81
1 changed files with 5 additions and 1 deletions
|
@ -5,7 +5,11 @@ export PATH=$AIL_HOME:$PATH
|
|||
export PATH=$AIL_REDIS:$PATH
|
||||
export PATH=$AIL_LEVELDB:$PATH
|
||||
export PATH=$AIL_ARDB:$PATH
|
||||
export AILENV=/opt/AIL
|
||||
if [ -z $1 ]; then
|
||||
export AILENV=/opt/AIL
|
||||
else
|
||||
export AILENV=$1
|
||||
fi
|
||||
|
||||
conf_dir="${AIL_HOME}/configs/"
|
||||
|
||||
|
|
Loading…
Reference in a new issue