source:
.tests/setup_prosody.sh
@
5d927631
Last change on this file since 5d927631 was 5d927631, checked in by , at 2021-03-31T11:50:18Z | |
---|---|
|
|
File size: 312 bytes |
Rev | Line | |
---|---|---|
[c6c05ad] | 1 | #!/bin/bash |
2 | ||
[5d927631] | 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 | |
[c6c05ad] | 6 | |
[cdb59cc] | 7 | set -e |
[50efbf4] | 8 | sudo /etc/init.d/prosody start |
[c6c05ad] | 9 | sudo prosodyctl register test1 localhost asd |
10 | sudo prosodyctl register test2 localhost asd |
Note: See TracBrowser
for help on using the repository browser.