Commit 40039746 by sikang

bug fix

parent e666aa4d
...@@ -30,10 +30,10 @@ init(){ ...@@ -30,10 +30,10 @@ init(){
cd ../../../ cd ../../../
} }
cd lib_base/script
if((${action}=='1')) if((${action}=='1'))
then then
cd lib_base/script
./sdk_manager.py 'close' 'NOLOG' || { echo "sdk_manager error!!!!!!!!!!!!!!!"; exit 1; } ./sdk_manager.py 'close' 'NOLOG' || { echo "sdk_manager error!!!!!!!!!!!!!!!"; exit 1; }
if [ "${contact}" = "true" ];then if [ "${contact}" = "true" ];then
...@@ -41,6 +41,7 @@ then ...@@ -41,6 +41,7 @@ then
elif [ "${contact}" = "false" ];then elif [ "${contact}" = "false" ];then
./sdk_manager.py 'close' 'CONTACT' || { echo "sdk_manager error!!!!!!!!!!!!"; exit 1; } ./sdk_manager.py 'close' 'CONTACT' || { echo "sdk_manager error!!!!!!!!!!!!"; exit 1; }
fi fi
cd ../../../
init init
gradlew resguardAppProductGoogleplayRelease 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