Fixes #793. Add /sbin/ to the path.

This commit is contained in:
Andrea Dell'Amico 2020-06-25 19:18:54 +02:00
parent 4d5c50156f
commit f83f04bb4e
1 changed files with 1 additions and 0 deletions

View File

@ -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 )