source: .tests/setup_prosody.sh @ c386390

Last change on this file since c386390 was a18cf1b, checked in by / <>, at 2021-03-29T12:18:57Z

prosody restart fix

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