You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
266 B

1 month ago
#!/bin/sh
if [ $# != 1 ] ; then
echo "please input versin num param, like 1.0.120"
exit 1;
fi
./gen_patch_3p.sh
./mv_upk_to_version_dir.sh $1
./changeversion_debug.sh $1
cd /data/mmogrun/publish/ctrl_sh
./run_versionsvr.sh reloadconfig
cd /data/pandora_version