Change rotate.sh BZIP2 to the correct path
closes #8 Change-Id: I90cb30e3d8ee2c000aca36fb9f8cc22c6d49583e
This commit is contained in:
parent
e3b78ef14f
commit
61890c3b2e
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
#!/bin/sh
|
||||
BZIP=/usr/local/bin/bzip2
|
||||
BZIP=/usr/bin/bzip2
|
||||
RM="rm -f"
|
||||
MV="mv -f"
|
||||
|
||||
|
|
Loading…
Reference in a new issue