mirror of
https://github.com/replicatedhq/ttl.sh.git
synced 2026-05-19 14:56:46 +00:00
8 lines
80 B
Bash
Executable File
8 lines
80 B
Bash
Executable File
#!/bin/sh
|
|
|
|
set -e
|
|
|
|
sed -i "s/__PORT__/$PORT/g" /etc/nginx/nginx.conf
|
|
|
|
exec "$@"
|