This repository has been archived on 2023-03-15. You can view files and clone it, but cannot push or open issues or pull requests.
infrastructure/app/jitsi/build/jitsi-xmpp/xmpp_prosody

6 lines
156 B
Text
Raw Normal View History

2021-01-28 17:55:56 +00:00
#!/bin/bash
chown -R prosody:prosody /var/lib/prosody /etc/prosody /run/prosody
cat /etc/prosody/accounts.txt | xargs -n3 prosodyctl register
exec prosody