Changeset cdb59cc


Ignore:
Timestamp:
2021-03-31T11:10:23Z (3 years ago)
Author:
/ <>
Children:
0a98f92
Parents:
542b7d5
Message:

fix cleanup error

Location:
.tests
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • .tests/setup_bitlbee.sh

    r542b7d5 rcdb59cc  
    11#!/bin/bash
    22
     3killall bitlbee
     4
    35set -e
    4 
    56(BITLBEE_DEBUG=1 ./bitlbee -Dnv 2> ./debuglog) &
  • .tests/setup_prosody.sh

    r542b7d5 rcdb59cc  
    11#!/bin/bash
    22
     3sudo prosodyctl deluser test1@localhost
     4sudo prosodyctl deluser test2@localhost
     5sudo prosodyctl stop
     6
    37set -e
    4 
    58sudo /etc/init.d/prosody start
    69sudo prosodyctl register test1 localhost asd
Note: See TracChangeset for help on using the changeset viewer.