source:
.tests/setup_bitlbee.sh
@
19f5c94
Last change on this file since 19f5c94 was 6083ea9, checked in by , at 2021-03-31T13:22:30Z | |
---|---|
|
|
File size: 227 bytes |
Rev | Line | |
---|---|---|
[c6c05ad] | 1 | #!/bin/bash |
2 | ||
[6083ea9] | 3 | |
[5d927631] | 4 | killall bitlbee >/dev/null 2>/dev/null |
[6083ea9] | 5 | rm -r /var/lib/bitlbee/* >/dev/null 2>/dev/null |
6 | sudo make uninstall-etc >/dev/null 2>/dev/null | |
[c6c05ad] | 7 | |
[cdb59cc] | 8 | set -e |
[6083ea9] | 9 | sudo make install-etc |
[c6c05ad] | 10 | (BITLBEE_DEBUG=1 ./bitlbee -Dnv 2> ./debuglog) & |
Note: See TracBrowser
for help on using the repository browser.