mh_server/pack/run_cron.sh

18 lines
296 B
Bash
Raw Normal View History

2021-06-30 02:12:05 +00:00
#!/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}