gm更新脚本修改

main
PC-202302260912\Administrator 2023-07-26 18:00:56 +08:00
parent b16dc210ef
commit e0f47ab17c
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ mvn clean package
if [ ! -z ${ip} ];then
update ${ip} ${TABLE_DIR} ${BASE_DIR}
else
for i in `awk '{print $2}' /data/update/scripts/$file`
for i in `awk '{print $2}' /data/update/script/$file`
do
update $i ${TABLE_DIR} ${BASE_DIR}
done