infrastructure/app/jitsi/build/jitsi-xmpp/xmpp_prosody
2021-01-28 18:55:56 +01:00

6 lines
156 B
Bash
Executable file

#!/bin/bash
chown -R prosody:prosody /var/lib/prosody /etc/prosody /run/prosody
cat /etc/prosody/accounts.txt | xargs -n3 prosodyctl register
exec prosody