Commit 3e7554b8 by sikang

update script

parent 7af45dca
...@@ -306,7 +306,7 @@ elif (($commod == '26')) || (($commod == '266'));then ...@@ -306,7 +306,7 @@ elif (($commod == '26')) || (($commod == '266'));then
elif (($commod == '28'));then elif (($commod == '28'));then
cd privacy cd privacy
python update_local.py "${app_name}" python update_local.py "${agreement_url}"
elif (($commod == '29'));then elif (($commod == '29'));then
cd privacy cd privacy
...@@ -314,6 +314,7 @@ elif (($commod == '29'));then ...@@ -314,6 +314,7 @@ elif (($commod == '29'));then
if [ ${contact} != 'true' ];then if [ ${contact} != 'true' ];then
permissions="235";fi permissions="235";fi
file_name="${corp_id}_${app_name}" file_name="${corp_id}_${app_name}"
echo "path url: ${home}/privacy1.html"
python new_privacy.py "${app_name}" "${permissions}" "/Users/connor/Documents/apks/privacy/privacy0.html" "/Users/connor/Documents/apks/${file_name}.html" python new_privacy.py "${app_name}" "${permissions}" "/Users/connor/Documents/apks/privacy/privacy0.html" "/Users/connor/Documents/apks/${file_name}.html"
......
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