Commit d86f1009 by chenyuanjie

更新git代码增加目录授权

parent 3c29ca39
...@@ -119,6 +119,7 @@ def git_update(branch_name): ...@@ -119,6 +119,7 @@ def git_update(branch_name):
pass pass
print("git 更新成功!!!") print("git 更新成功!!!")
os.system("chmod 777 -R /opt/module/spark-3.2.0-bin-hadoop3.2/demo/py_demo")
return update_flag return update_flag
......
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