From f83f04bb4e8aa4b08f1ac5147de9fde242912e1d Mon Sep 17 00:00:00 2001 From: Andrea Dell'Amico Date: Thu, 25 Jun 2020 19:18:54 +0200 Subject: [PATCH] Fixes #793. Add /sbin/ to the path. --- templates/ipa-letsencrypt-acmetool.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/ipa-letsencrypt-acmetool.sh b/templates/ipa-letsencrypt-acmetool.sh index 7030d6d..025c82e 100644 --- a/templates/ipa-letsencrypt-acmetool.sh +++ b/templates/ipa-letsencrypt-acmetool.sh @@ -1,5 +1,6 @@ #!/bin/bash +export PATH="/sbin:/bin:$PATH" LE_LOG_DIR=/var/log/acme LOG_FILE="$LE_LOG_DIR/ipa-server.log" DATE=$( date )