mirror of
https://github.com/nextcloud/vm.git
synced 2025-10-26 11:27:32 +00:00
use function instead of echo
This commit is contained in:
parent
1d9c6c807c
commit
f82b1db68a
2
lib.sh
2
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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user