source: .tests/cleanup_bitlbee.sh @ 19f5c94

Last change on this file since 19f5c94 was 19f5c94, checked in by / <>, at 2021-03-31T13:26:32Z
true
  • Property mode set to 100755
File size: 246 bytes
RevLine 
[c6c05ad]1#!/bin/bash
2
3set -e
4
[19f5c94]5killall bitlbee || true
6rm -r /var/lib/bitlbee/* || true
[6083ea9]7sudo make uninstall-etc
[c386390]8
[e14bdc67]9printf 'Bitlbee output:\n\n'
[c6c05ad]10less ./debuglog
11
12if cat ./debuglog | grep -i -q error
13then
14    rm ./debuglog
15    exit 1
16else
17    rm ./debuglog
18fi
Note: See TracBrowser for help on using the repository browser.