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: