Fix su prosody.
This commit is contained in:
@@ -66,4 +66,4 @@ fi
|
||||
echo "Starting Prosody..."
|
||||
|
||||
# Switch to prosody user and execute prosody
|
||||
exec su prosody -c "$(printf '%s ' "$@")"
|
||||
exec su -l prosody -c "exec $@"
|
||||
|
||||
Reference in New Issue
Block a user