php-mpos/cronjobs/logrotate.sh
2014-03-01 18:27:23 -07:00

12 lines
173 B
Bash
Executable File

#!/bin/bash
# Find scripts path
if [[ -L $0 ]]; then
CRONHOME=$( dirname $( readlink $0 ) )
else
CRONHOME=$( dirname $0 )
fi
cd $CRONHOME
logrotate etc/logrotate.conf