mirror of
https://github.com/Websoft9/websoft9.git
synced 2024-11-22 07:30:24 +00:00
Update manage.py
This commit is contained in:
parent
2b6d0283b3
commit
7aa6449aeb
1 changed files with 1 additions and 1 deletions
|
@ -827,7 +827,7 @@ def get_proxy(app_id):
|
|||
|
||||
def set_domain(domain,app_id):
|
||||
customer_name = app_id.split('_')[1]
|
||||
app_url: = shell_execute.execute_command_output_all("cat /data/apps/" + customer_name +"/.env")["result"]
|
||||
app_url = shell_execute.execute_command_output_all("cat /data/apps/" + customer_name +"/.env")["result"]
|
||||
if "APP_URL" in app_url:
|
||||
if domain == "":
|
||||
ip_result = shell_execute.execute_command_output_all("cat /data/apps/stackhub/docker/w9appmanage/public_ip")
|
||||
|
|
Loading…
Reference in a new issue