client was not setup correctly

This commit is contained in:
ziirish 2016-01-08 23:39:01 +01:00
parent e5942fc1f1
commit a315b6c641

View file

@ -12,9 +12,10 @@ git clone $BURP
cd burp
git checkout tags/$BURP_VERSION
autoreconf -vif
./configure
./configure --prefix=/usr --sysconfdir=/etc/burp --localstatedir=/var
make -j4
make install
#make install-all
# configure supervisord log rotation
cat > /etc/logrotate.d/supervisord <<EOF