diff --git a/etc/archives/logrotate.sh b/etc/archives/logrotate.sh index 459e330..351a0c1 100755 --- a/etc/archives/logrotate.sh +++ b/etc/archives/logrotate.sh @@ -1,4 +1,4 @@ #!/bin/sh cd "$(dirname "$0")" || exit while ! [ -f ".phpenv.php" ]; do cd ..; done -logrotate -f -s etc/archives/logrotate.status etc/archives/logrotate.conf +/usr/sbin/logrotate -f -s etc/archives/logrotate.status etc/archives/logrotate.conf