Skip to content

Commit

Permalink
fix /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr…
Browse files Browse the repository at this point in the history
…/games:/usr/local/games
  • Loading branch information
kiorky committed Sep 11, 2021
1 parent 2ff7375 commit 3643fb3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions files/etc/slapd_le.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#!/usr/bin/env bash
set -e
# set -x
export PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games
rsync -azv /home/certbot/mastersalt/live/ /etc/ssl/le/
chown -Rf openldap:openldap /etc/ssl/le/
if [[ -z ${NO_RECONFIGURE-} ]];then
Expand Down

0 comments on commit 3643fb3

Please sign in to comment.