mirror of
https://git.quad4.io/RNS-Things/MeshChatX.git
synced 2026-04-25 06:42:10 +00:00
chore(codebase): cleanup
This commit is contained in:
7
scripts/docker-entrypoint.sh
Normal file
7
scripts/docker-entrypoint.sh
Normal 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 "$@"
|
||||
Reference in New Issue
Block a user