Commit 1b3f8012 authored by Dietmar Maurer's avatar Dietmar Maurer

use correct syntax for update-rc.d

Some versions complain about the missing dot.
parent eb50570f
...@@ -50,7 +50,7 @@ case "$1" in ...@@ -50,7 +50,7 @@ case "$1" in
update-rc.d pvedaemon defaults 21 79 >/dev/null update-rc.d pvedaemon defaults 21 79 >/dev/null
update-rc.d pvestatd defaults 21 79 >/dev/null update-rc.d pvestatd defaults 21 79 >/dev/null
update-rc.d pvebanner start 99 2 3 4 5 >/dev/null update-rc.d pvebanner start 99 2 3 4 5 . >/dev/null
update-rc.d pvenetcommit start 15 S . >/dev/null update-rc.d pvenetcommit start 15 S . >/dev/null
test -e /proxmox_install_mode || invoke-rc.d pvedaemon restart test -e /proxmox_install_mode || invoke-rc.d pvedaemon restart
......
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