gm更新脚本修改
parent
c651a17a9a
commit
b16dc210ef
|
|
@ -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/jieling/scripts/$file`
|
||||
for i in `awk '{print $2}' /data/update/scripts/$file`
|
||||
do
|
||||
update $i ${TABLE_DIR} ${BASE_DIR}
|
||||
done
|
||||
|
|
|
|||
Loading…
Reference in New Issue