portable-portainer/start_nginx.sh
Adolfo Delorenzo 5926fbd130 first commit
2021-10-05 22:48:34 -06:00

5 lines
127 B
Bash
Executable File

#!/bin/sh
hostname=`hostname -f`
sed -i "s/XXX/${hostname}/" /usr/share/nginx/html/index.html
/usr/sbin/nginx -g "daemon off;"