#!/bin/sh WEBROOT=/data/www PHP=${PHP:-none} USERNAME=${USERNAME:-theuser} PUID=${PUID:-1000} GROUPNAME=${GROUPNAME:-thegroup} PGID=${PGID:-1000} RANDOMPWD=$(tr -dc A-Za-z0-9 "/etc/${PHP}/php-fpm.d/www.conf" <