feat: add sigterm support (#2472)
This commit is contained in:
@@ -19,7 +19,7 @@ if [ "${PUID}" != "0" ] || [ "${PGID}" != "0" ]; then
|
||||
fi
|
||||
|
||||
if [ "${PUID}" != "0" ]; then
|
||||
su-exec $PUID:$PGID "$@"
|
||||
exec su-exec $PUID:$PGID "$@"
|
||||
else
|
||||
exec "$@"
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user