From 8edf6d43c1ac1687d51e963a089d494e68d29931 Mon Sep 17 00:00:00 2001 From: Michael Grote Date: Thu, 16 Sep 2021 00:08:32 +0200 Subject: [PATCH] Doku --- proxmox_count | 2 +- zpool_fragmentation | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/proxmox_count b/proxmox_count index 57c86dd..b5dc40c 100644 --- a/proxmox_count +++ b/proxmox_count @@ -6,7 +6,7 @@ # michael.grote ät posteo.de # Outputs the running, stopped and total counts of ProxMox VMs and LXCs. # needs to be run as user: root AND group: root -# [kvm_vm_count] +# [proxmox_count] # user root # group root diff --git a/zpool_fragmentation b/zpool_fragmentation index 8bb23e6..783a5e4 100644 --- a/zpool_fragmentation +++ b/zpool_fragmentation @@ -6,7 +6,7 @@ # michael.grote ät posteo.de # Outputs the zpool fragmentation per zfs pool. -# lese alle pool, lösche die erste zeile +# lese alle pools, sed löscht die erste zeile # entferne das %-zeichen list=$(zpool list | sed 1d | tr -d %)