source: .tests/setup_prosody.sh @ cdb59cc

Last change on this file since cdb59cc was cdb59cc, checked in by / <>, at 2021-03-31T11:10:23Z

fix cleanup error

  • Property mode set to 100755
File size: 243 bytes
Line 
1#!/bin/bash
2
3sudo prosodyctl deluser test1@localhost
4sudo prosodyctl deluser test2@localhost
5sudo prosodyctl stop
6
7set -e
8sudo /etc/init.d/prosody start
9sudo prosodyctl register test1 localhost asd
10sudo prosodyctl register test2 localhost asd
Note: See TracBrowser for help on using the repository browser.