Changeset cdb59cc
- Timestamp:
- 2021-03-31T11:10:23Z (4 years ago)
- Children:
- 0a98f92
- Parents:
- 542b7d5
- Location:
- .tests
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
.tests/setup_bitlbee.sh
r542b7d5 rcdb59cc 1 1 #!/bin/bash 2 2 3 killall bitlbee 4 3 5 set -e 4 5 6 (BITLBEE_DEBUG=1 ./bitlbee -Dnv 2> ./debuglog) & -
.tests/setup_prosody.sh
r542b7d5 rcdb59cc 1 1 #!/bin/bash 2 2 3 sudo prosodyctl deluser test1@localhost 4 sudo prosodyctl deluser test2@localhost 5 sudo prosodyctl stop 6 3 7 set -e 4 5 8 sudo /etc/init.d/prosody start 6 9 sudo prosodyctl register test1 localhost asd
Note: See TracChangeset
for help on using the changeset viewer.