Change rotate.sh BZIP2 to the correct path

closes #8

Change-Id: I90cb30e3d8ee2c000aca36fb9f8cc22c6d49583e
This commit is contained in:
Jacob Adams 2015-03-14 11:20:01 -04:00 committed by Lionel Sambuc
parent e3b78ef14f
commit 61890c3b2e

View file

@ -1,5 +1,5 @@
#!/bin/sh
BZIP=/usr/local/bin/bzip2
BZIP=/usr/bin/bzip2
RM="rm -f"
MV="mv -f"