mindboost-infrastructure/apps/website/kirby/entrypoint.sh

8 lines
87 B
Bash

#!/bin/bash
set -e -u
[[ $USERID ]] && usermod --uid "${USERID}" www-data
exec "$@"