update shellcheck

Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
This commit is contained in:
Jess Frazelle
2018-09-24 18:46:13 -04:00
parent 55513d40f6
commit 7b5ef7166f
4 changed files with 12 additions and 11 deletions

View File

@@ -2,9 +2,9 @@
set -e
set -o pipefail
: LDAP_ROOTPASS=${LDAP_ROOTPASS}
: LDAP_DOMAIN=${LDAP_DOMAIN}
: LDAP_ORGANIZATION=${LDAP_ORGANIZATION}
: LDAP_ROOTPASS="${LDAP_ROOTPASS}"
: LDAP_DOMAIN="${LDAP_DOMAIN}"
: LDAP_ORGANIZATION="${LDAP_ORGANIZATION}"
if [ ! -e /var/lib/ldap/docker_bootstrapped ]; then
echo "configuring slapd for first run"