From 75a8370c9fa866a806a1547f69b04cd47137ffd8 Mon Sep 17 00:00:00 2001 From: Ruben Date: Mon, 3 Mar 2025 13:32:12 +0100 Subject: [PATCH] Add +x to script --- README.md | 7 +------ certman.sh | 0 2 files changed, 1 insertion(+), 6 deletions(-) mode change 100644 => 100755 certman.sh diff --git a/README.md b/README.md index 34b6412..158c1c9 100644 --- a/README.md +++ b/README.md @@ -31,12 +31,7 @@ git clone cd certman ``` -2. Make the script executable: -```bash -chmod +x certman.sh -``` - -3. Create a `.env` file with your configuration: +2. Create a `.env` file with your configuration: ```bash # Server Configuration CERTWARDEN_SERVER="certwarden.dmz.skyfritt.net:443" diff --git a/certman.sh b/certman.sh old mode 100644 new mode 100755