From db3b2d6264e6217b76b87f7bfc9498d2ff5bc619 Mon Sep 17 00:00:00 2001 From: Daniel Hansson Date: Thu, 4 Jul 2019 22:24:31 +0200 Subject: [PATCH] remove double text already exists in function --- nextcloud_update.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/nextcloud_update.sh b/nextcloud_update.sh index 52d3cc4e..73cca8be 100644 --- a/nextcloud_update.sh +++ b/nextcloud_update.sh @@ -424,7 +424,6 @@ else fi # Download and validate Nextcloud package -print_text_in_color "$ICyan" "Downloading $STABLEVERSION.tar.bz2 to $HTML ..." check_command download_verify_nextcloud_stable if [ -f "$HTML/$STABLEVERSION.tar.bz2" ]