pvecm: Add required -r to rm

/etc/corosync/* includes the directory uidgid.d.
Consequentlly, a correct rm call requires -r.

Signed-off-by: Dominic Jäger <d.jaeger@proxmox.com>
This commit is contained in:
Dominic Jäger 2020-07-22 12:20:51 +02:00 committed by Thomas Lamprecht
parent 3b5f76b8da
commit 838081cd4c

View File

@ -414,7 +414,7 @@ Delete the corosync configuration files:
[source,bash] [source,bash]
---- ----
rm /etc/pve/corosync.conf rm /etc/pve/corosync.conf
rm /etc/corosync/* rm -r /etc/corosync/*
---- ----
You can now start the filesystem again as normal service: You can now start the filesystem again as normal service: