Commit b5904490 authored by 赵啸非's avatar 赵啸非

修改配置文件

parent 3f9de743
......@@ -37,6 +37,7 @@ clear_deploy() {
#清理后台自启服务
rm -f ${SERVICE}
#清理执行文件目录
writelog "mv ${EXECPATH} backup/${EXECPATH}"
mv ${EXECPATH} backup/${EXECPATH}
#rm -rf ${EXECPATH}
}
......@@ -104,7 +105,7 @@ project_ui_deploy() {
main() {
if [ ! -d $PUBLISH_PATH/backup ];
then
mkdir -p $LOG_PATH/backup;
mkdir -p $$PUBLISH_PATH/backup;
fi
echo "后台服务部署"
project_deploy
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment