From f82b1db68a96fd933e38147cbf3cc135ca45fb9d Mon Sep 17 00:00:00 2001 From: Daniel Hansson Date: Wed, 3 Jul 2019 21:13:18 +0200 Subject: [PATCH] use function instead of echo --- lib.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib.sh b/lib.sh index d9929ccb..bd613648 100644 --- a/lib.sh +++ b/lib.sh @@ -722,7 +722,7 @@ fi download_verify_nextcloud_stable() { while [ -z "$NCVERSION" ] do - echo "The variable 'NCVERSION' is empty, fetching it again..." + print_text_in_color "$Cyan" "The variable 'NCVERSION' is empty, fetching it again..." # shellcheck source=lib.sh NC_UPDATE=1 . <(curl -sL https://raw.githubusercontent.com/nextcloud/vm/master/lib.sh) unset NC_UPDATE