We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7bcb41a commit 2f65647Copy full SHA for 2f65647
1 file changed
update.sh
@@ -27,7 +27,8 @@ for DIR in "${INSTALLDIR}"/*; do
27
28
if [[ "${TYPE}" == "openldap" ]]; then
29
echo "${DIR} is openldap"
30
-
+ # maj config.yml
31
+ cp "${MODULE_DIR}"/config.yml "${DIR}"
32
mkdir -p "${DIR}/lib" "${DIR}/bin" "${DIR}/lifecycle"
33
34
for I in "${MODULE_DIR}"/lifecycle/*; do
@@ -49,5 +50,6 @@ for DIR in "${INSTALLDIR}"/*; do
49
50
[[ -f "${I}" ]] || continue
51
ln -sf "${I}" "${DIR}/bin/"
52
done
53
+
54
fi
55
0 commit comments