source: .tests/setup_prosody.sh @ 5d927631

Last change on this file since 5d927631 was 5d927631, checked in by / <>, at 2021-03-31T11:50:18Z

register

  • Property mode set to 100755
File size: 312 bytes
Line 
1#!/bin/bash
2
3sudo prosodyctl deluser test1@localhost >/dev/null 2>/dev/null
4sudo prosodyctl deluser test2@localhost >/dev/null 2>/dev/null
5sudo prosodyctl stop >/dev/null 2>/dev/null
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.