Commit 80e89ea2 authored by 赵啸非's avatar 赵啸非

修改设备获取服务器地址方式

parent f5647194
......@@ -93,7 +93,7 @@ project_deploy() {
project_ui_deploy() {
writelog "${PROJECT_NAME}_ui_deploy"
clear_ui_deploy ${PROJECT_UI_EXECPATH}
tar -zvx ./${PROJECT_UI_FILENAME} -C ${PUBLISH_PATH}
tar -zvxf ./${PROJECT_UI_FILENAME} -C ${PUBLISH_PATH}
writelog "${PROJECT_NAME}_ui_deploy_finish"
}
......
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