mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-08-03 19:26:46 +00:00
use correct syntax for update-rc.d
Some versions complain about the missing dot.
This commit is contained in:
parent
d553e535ab
commit
2be8175a7e
2
debian/postinst
vendored
2
debian/postinst
vendored
@ -50,7 +50,7 @@ case "$1" in
|
||||
|
||||
update-rc.d pvedaemon 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
|
||||
|
||||
test -e /proxmox_install_mode || invoke-rc.d pvedaemon restart
|
||||
|
Loading…
Reference in New Issue
Block a user