]> git.proxmox.com Git - pve-docs.git/commitdiff
pvecm: Add required -r to rm
authorDominic Jäger <d.jaeger@proxmox.com>
Wed, 22 Jul 2020 10:20:51 +0000 (12:20 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 20 Aug 2020 13:31:37 +0000 (15:31 +0200)
/etc/corosync/* includes the directory uidgid.d.
Consequentlly, a correct rm call requires -r.

Signed-off-by: Dominic Jäger <d.jaeger@proxmox.com>
pvecm.adoc

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