From 46768a3598bd955f5ed46543c8d038a9896a91a5 Mon Sep 17 00:00:00 2001 From: Max Erenberg Date: Tue, 17 Jan 2023 19:32:17 -0500 Subject: [PATCH] don't copy DB_CONFIG file --- .drone/auth1-setup.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/.drone/auth1-setup.sh b/.drone/auth1-setup.sh index db648eb..a278e82 100755 --- a/.drone/auth1-setup.sh +++ b/.drone/auth1-setup.sh @@ -28,7 +28,6 @@ killall slapd || true service nslcd stop || true rm -rf /etc/ldap/slapd.d rm /var/lib/ldap/* -cp /usr/share/slapd/DB_CONFIG /var/lib/ldap/DB_CONFIG cp .drone/slapd.conf /etc/ldap/slapd.conf cp .drone/ldap.conf /etc/ldap/ldap.conf cp /usr/share/doc/sudo-ldap/schema.OpenLDAP /etc/ldap/schema/sudo.schema