From 61d2d8488e7fbcac161a9b3f66661597b22de15b Mon Sep 17 00:00:00 2001 From: jaden <noreply@example.com> Date: Mon, 26 Jun 2017 18:15:23 +0200 Subject: [PATCH] use log_info instead of echo --- gitlab/functions.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gitlab/functions.sh b/gitlab/functions.sh index ff209dd..0c75c97 100644 --- a/gitlab/functions.sh +++ b/gitlab/functions.sh @@ -245,7 +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" + log_info "mkdir $DOCSERVER/$current_subpath" # make sure the current subpath folder is created local response -- GitLab