chore(codebase): cleanup

This commit is contained in:
Ivan
2026-04-19 14:53:14 -05:00
parent 59a93c87e6
commit bd09155ba7
6 changed files with 5 additions and 6 deletions

View File

@@ -0,0 +1,7 @@
#!/bin/sh
set -e
if [ "$(id -u)" -eq 0 ]; then
chown -R meshchat:meshchat /config
exec su-exec meshchat "$@"
fi
exec "$@"