Commit fdf6f375 authored by Dietmar Maurer's avatar Dietmar Maurer

remove old/usused init.d files in postinst

parent 48de2a82
......@@ -49,6 +49,10 @@ case "$1" in
rm /etc/cron.daily/pve
fi
# remove old/usused init.d files
rm -f /etc/init.d/pvebanner
rm -f /etc/init.d/pvenetcommit
# create new daily randomize update cronjob if not exist
MIN="$(shuf -i 0-59 -n 1)"
HOUR="$(shuf -i 2-5 -n 1)"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment