modify project name

This commit is contained in:
MaysWind
2021-04-11 22:51:22 +08:00
parent f16eb8b28e
commit 62a825439f
98 changed files with 364 additions and 355 deletions
+3 -3
View File
@@ -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