restore_lsexample: fix source directory path auto-detection

This commit is contained in:
Benjamin Renard 2021-02-24 20:20:11 +01:00
parent bf82051249
commit 935060987b

View file

@ -8,7 +8,7 @@
#
# Configuration
SRC_DIR="$( realpath "$( dirname $0 )/../" )"
SRC_DIR="$( realpath "$( dirname "$( realpath "$0" )" )/../" )"
SLAPD_CONF_DIR=/etc/ldap/slapd.d
SLAPD_DB_DIR=/var/lib/ldap
SLAPD_USER=openldap