mh_server/pack/run_cron.sh
2021-06-30 10:12:05 +08:00

18 lines
296 B
Bash
Executable File

#!/usr/bin/env bash
basepath=$(cd `dirname $0`; pwd)
export CONFIG_PATH=${basepath}/configs
export CONFIG_FILE_NAME=cron
export ENV=pro
export APP_NAME=$1
export LOG_PATH=${basepath}/log_cron
export LOG_FILE_NAME=$1
app_name=$1
basepath=$(cd `dirname $0`; pwd)
${basepath}/cron ${app_name}