source:
.tests/cleanup_bitlbee.sh
@
b2d7fdd
Last change on this file since b2d7fdd was b2d7fdd, checked in by , at 2021-03-31T14:00:59Z | |
---|---|
|
|
File size: 244 bytes |
Rev | Line | |
---|---|---|
[c6c05ad] | 1 | #!/bin/bash |
2 | ||
3 | set -e | |
4 | ||
[19f5c94] | 5 | killall bitlbee || true |
6 | rm -r /var/lib/bitlbee/* || true | |
[6083ea9] | 7 | sudo make uninstall-etc |
[c386390] | 8 | |
[b2d7fdd] | 9 | printf 'Bitlbee output:\n' |
[c6c05ad] | 10 | less ./debuglog |
11 | ||
12 | if cat ./debuglog | grep -i -q error | |
13 | then | |
14 | rm ./debuglog | |
15 | exit 1 | |
16 | else | |
17 | rm ./debuglog | |
18 | fi |
Note: See TracBrowser
for help on using the repository browser.