From 226096f6378efea680c1127df0cc99b89edf5118 Mon Sep 17 00:00:00 2001 From: jaden <noreply@example.com> Date: Mon, 26 Jun 2017 18:13:17 +0200 Subject: [PATCH] more logging in dav_recursive_mkdir --- gitlab/functions.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/gitlab/functions.sh b/gitlab/functions.sh index a33a020..ff209dd 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 -- GitLab