source: .tests/cleanup_bitlbee_leakage_ok.sh @ 2378eca2

Last change on this file since 2378eca2 was 7c2ecd6, checked in by / <>, at 2021-03-31T15:22:10Z

known bugs seperate job

  • Property mode set to 100755
File size: 146 bytes
Line 
1#!/bin/bash
2
3set -e
4
5killall bitlbee || true
6rm -r /var/lib/bitlbee/* || true
7sudo make uninstall-etc
8
9printf 'Bitlbee output:\n'
10less ./debuglog
Note: See TracBrowser for help on using the repository browser.