From: Matthew Newton Date: Fri, 14 Oct 2022 16:48:25 +0000 (+0100) Subject: CI: remove debugging X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c6d503d79194410ac43946d24e837087d216db04;p=thirdparty%2Ffreeradius-server.git CI: remove debugging --- diff --git a/scripts/ci/389ds-setup.sh b/scripts/ci/389ds-setup.sh index ac6be39923e..d02b8788479 100755 --- a/scripts/ci/389ds-setup.sh +++ b/scripts/ci/389ds-setup.sh @@ -2,8 +2,6 @@ ROOTDN="cn=Directory Manager" -set - if [ "x$USE_DOCKER" = "xtrue" ]; then dsconf -D "${ROOTDN}" -w "secret123" "${PERSISTENT_SEARCH_TEST_SERVER}" backend create --suffix 'dc=example,dc=com' --be-name localhost dsidm -D "${ROOTDN}" -w "secret123" "${PERSISTENT_SEARCH_TEST_SERVER}" -b 'dc=example,dc=com' initialise