From 8bb40025778139ba54dfca3f9202d5d07c5ea86e0e443d5167289df8f6235d94 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20Str=C3=B6der?= Date: Fri, 29 Jun 2018 16:30:55 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/network:ldap/openldap2?expand=0&rev=218 --- openldap_update_modules_path.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/openldap_update_modules_path.sh b/openldap_update_modules_path.sh index 1e7bf0c..fd184a9 100644 --- a/openldap_update_modules_path.sh +++ b/openldap_update_modules_path.sh @@ -1,5 +1,5 @@ -#!/bin/sh -# this script has been created to update the OpenLDAP modules path in cn=config +#!/bin/bash +# This script has been created to update the OpenLDAP modules path in cn=config # For details of changing the configuration items' location read these: # https://www.openldap.org/lists/openldap-software/200812/msg00080.html # This script writes over the config entry of backend databases location, which files are necessary to run LDAP. The procedure has been created upon this description: