Commit 40039746 by sikang

bug fix

parent e666aa4d
......@@ -30,10 +30,10 @@ init(){
cd ../../../
}
cd lib_base/script
if((${action}=='1'))
then
cd lib_base/script
./sdk_manager.py 'close' 'NOLOG' || { echo "sdk_manager error!!!!!!!!!!!!!!!"; exit 1; }
if [ "${contact}" = "true" ];then
......@@ -41,6 +41,7 @@ then
elif [ "${contact}" = "false" ];then
./sdk_manager.py 'close' 'CONTACT' || { echo "sdk_manager error!!!!!!!!!!!!"; exit 1; }
fi
cd ../../../
init
gradlew resguardAppProductGoogleplayRelease
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment