Changeset 5d927631 for .tests/setup_prosody.sh
- Timestamp:
- 2021-03-31T11:50:18Z (4 years ago)
- Children:
- 07ade22
- Parents:
- 0a98f92
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
.tests/setup_prosody.sh
r0a98f92 r5d927631 1 1 #!/bin/bash 2 2 3 sudo prosodyctl deluser test1@localhost 4 sudo prosodyctl deluser test2@localhost 5 sudo prosodyctl stop 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 6 7 7 set -e
Note: See TracChangeset
for help on using the changeset viewer.