Change rotate.sh BZIP2 to the correct path
closes #8 Change-Id: I90cb30e3d8ee2c000aca36fb9f8cc22c6d49583e
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#!/bin/sh
|
||||
BZIP=/usr/local/bin/bzip2
|
||||
BZIP=/usr/bin/bzip2
|
||||
RM="rm -f"
|
||||
MV="mv -f"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user