Skip to content
Snippets Groups Projects
Commit 226096f6 authored by jaden's avatar jaden
Browse files

more logging in dav_recursive_mkdir

parent e4d490d8
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment