source: .tests/cleanup_prosody.sh @ e14bdc67

Last change on this file since e14bdc67 was c6c05ad, checked in by / <>, at 2021-03-29T10:25:12Z

refactor

  • Property mode set to 100755
File size: 122 bytes
Line 
1#!/bin/bash
2
3set -e
4
5sudo prosodyctl deluser test1@localhost
6sudo prosodyctl deluser test2@localhost
7sudo prosodyctl stop
Note: See TracBrowser for help on using the repository browser.