mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2026-05-13 13:56:52 +00:00
8 lines
No EOL
138 B
Bash
8 lines
No EOL
138 B
Bash
#!/bin/sh
|
|
set -e
|
|
|
|
# Create env.js
|
|
echo "window.INSTANCE_NAME='${INSTANCE_NAME}';" > /app/frontend/env.js
|
|
|
|
# Start original init
|
|
exec /init |