debug
Browse files
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")
|