Fixes #793. Add /sbin/ to the path.
This commit is contained in:
parent
4d5c50156f
commit
f83f04bb4e
|
@ -1,5 +1,6 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
|
export PATH="/sbin:/bin:$PATH"
|
||||||
LE_LOG_DIR=/var/log/acme
|
LE_LOG_DIR=/var/log/acme
|
||||||
LOG_FILE="$LE_LOG_DIR/ipa-server.log"
|
LOG_FILE="$LE_LOG_DIR/ipa-server.log"
|
||||||
DATE=$( date )
|
DATE=$( date )
|
||||||
|
|
Loading…
Reference in New Issue