source: .tests/cleanup_bitlbee.sh @ c6c05ad

Last change on this file since c6c05ad was c6c05ad, checked in by / <>, at 2021-03-29T10:25:12Z

refactor

  • Property mode set to 100755
File size: 151 bytes
Line 
1#!/bin/bash
2
3set -e
4
5killall bitlbee
6less ./debuglog
7
8if cat ./debuglog | grep -i -q error
9then
10    rm ./debuglog
11    exit 1
12else
13    rm ./debuglog
14fi
Note: See TracBrowser for help on using the repository browser.