diff --git a/update_gm.sh b/update_gm.sh index c0fb6e4..45d7e81 100644 --- a/update_gm.sh +++ b/update_gm.sh @@ -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