kirby cms website

This commit is contained in:
2025-02-18 10:26:52 +01:00
parent a5b26ebde1
commit ba5d253c19
4 changed files with 66 additions and 0 deletions

View File

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