diff --git a/gitlab/functions.sh b/gitlab/functions.sh index a33a0207674bc816c6b120c3ccc751f88e7f26eb..ff209dd901a6f2fac507ef7f70da1b2f9bb1b159 100644 --- a/gitlab/functions.sh +++ b/gitlab/functions.sh @@ -245,6 +245,7 @@ dav_recursive_mkdir() { for seg in $path_segments; do # append each segment to the current subpath current_subpath="${current_subpath}${seg}/" + echo "mkdir $DOCSERVER/$current_subpath" # make sure the current subpath folder is created local response