abenkbp commited on
Commit
b77e897
·
1 Parent(s): 8741eae
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -16,7 +16,6 @@ if reinstall:
16
  subprocess.call("curl -o- file:///home/user/app/data/config_nginx.sh | bash", shell=True, executable='/bin/bash')
17
 
18
  subprocess.call(["forever", "start", "n8n"])
19
- subprocess.call(["/usr/sbin/nginx"], shell=True, executable='/bin/bash')
20
 
21
  # Get the API key from environment variables
22
  api_key = os.getenv("UCODE_SECRET")
 
16
  subprocess.call("curl -o- file:///home/user/app/data/config_nginx.sh | bash", shell=True, executable='/bin/bash')
17
 
18
  subprocess.call(["forever", "start", "n8n"])
 
19
 
20
  # Get the API key from environment variables
21
  api_key = os.getenv("UCODE_SECRET")