热更脚本修改

main
PC-202302260912\Administrator 2023-08-16 15:05:32 +08:00
parent d176d01eeb
commit a23af8ea8b
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ BASE_DIR="/data/update/project/miduo_gm"
table=$1
TABLE_DIR="/data/update/project/${table}"
if [ -z ${table} ]; then
TABLE_DIR=BASE_DIR
TABLE_DIR=$BASE_DIR
echo -e "默认使用gm打表路径"
fi