source:
.tests/setup_prosody.sh
@
478a5f6
Last change on this file since 478a5f6 was 5d927631, checked in by , at 2021-03-31T11:50:18Z | |
---|---|
|
|
File size: 312 bytes |
Line | |
---|---|
1 | #!/bin/bash |
2 | |
3 | sudo prosodyctl deluser test1@localhost >/dev/null 2>/dev/null |
4 | sudo prosodyctl deluser test2@localhost >/dev/null 2>/dev/null |
5 | sudo prosodyctl stop >/dev/null 2>/dev/null |
6 | |
7 | set -e |
8 | sudo /etc/init.d/prosody start |
9 | sudo prosodyctl register test1 localhost asd |
10 | sudo prosodyctl register test2 localhost asd |
Note: See TracBrowser
for help on using the repository browser.