Files
mindboost-infrastructure/apps/website/kirby/entrypoint.sh
2025-02-18 10:26:52 +01:00

8 lines
87 B
Bash

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