mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-16 16:07:33 +08:00
modify project name
This commit is contained in:
@@ -4,12 +4,12 @@ set -e;
|
||||
|
||||
conf_path_param="";
|
||||
|
||||
if [ "${LAB_CONF_PATH}" != "" ]; then
|
||||
conf_path_param="--conf-path=${LAB_CONF_PATH}";
|
||||
if [ "${EBK_CONF_PATH}" != "" ]; then
|
||||
conf_path_param="--conf-path=${EBK_CONF_PATH}";
|
||||
fi
|
||||
|
||||
if [ $# -gt 0 ]; then
|
||||
exec "$@"
|
||||
else
|
||||
exec /usr/local/bin/labapp/lab server run ${conf_path_param};
|
||||
exec /usr/local/bin/ezbookkeeping/ezbookkeeping server run ${conf_path_param};
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user