From bacf31e82a20ea3e826fa5af016d3ac01991ecce Mon Sep 17 00:00:00 2001 From: Sebastian Feustel <48125666+53845714nF@users.noreply.github.com> Date: Sat, 11 Sep 2021 18:10:01 +0200 Subject: [PATCH] add u --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 225a727..f08aeda 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ Das vuln2pve Skript auf den Proxmox VE Host ablegen. Am besten im `/opt` oder `/ ##### Ausführungsrechte vergeben: ```bash -chmod +x vuln2pve +chmod u+x vuln2pve ``` @@ -60,7 +60,7 @@ Copy the vuln2pve file to your Proxmox VE Host the best in the `/opt` or `/usr/l ##### Set execution rights: ```bash -chmod +x vuln2pve +chmod u+x vuln2pve ```