Change rotate.sh BZIP2 to the correct path

This commit is contained in:
Jacob Adams 2015-03-14 11:20:01 -04:00
parent e1131d9c96
commit 1c29c75e83

View File

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