Ignore:
Timestamp:
2021-03-31T11:50:18Z (3 years ago)
Author:
/ <>
Children:
07ade22
Parents:
0a98f92
Message:

register

File:
1 edited

Legend:

Unmodified
Added
Removed
  • .tests/setup_prosody.sh

    r0a98f92 r5d927631  
    11#!/bin/bash
    22
    3 sudo prosodyctl deluser test1@localhost
    4 sudo prosodyctl deluser test2@localhost
    5 sudo prosodyctl stop
     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
    66
    77set -e
Note: See TracChangeset for help on using the changeset viewer.