mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2025-12-08 14:22:40 +01:00
update shellcheck
Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user