Commit b01f3fe5 by sikang

bug fix rename api

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