Commit b01f3fe5 by sikang

bug fix rename api

parent f81a88ce
......@@ -17,8 +17,7 @@ gradlew clean
init(){
cd lib_base/script
#api混淆
if ((${rename_api}=='true'))
then
if [[ "$rename_api" = "true" ]];then
cd code
chmod a+x rename_api.py
./rename_api.py
......
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