From 0f810022c7efcb95edd825f455ba91054dc2961f Mon Sep 17 00:00:00 2001 From: Valentin Lab Date: Wed, 4 Oct 2023 08:40:57 +0200 Subject: [PATCH] fix: [nextcloud] repair ``--no-hint`` on ``upgrade`` action --- nextcloud/actions/upgrade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nextcloud/actions/upgrade b/nextcloud/actions/upgrade index fce3011..2ef408e 100755 --- a/nextcloud/actions/upgrade +++ b/nextcloud/actions/upgrade @@ -258,7 +258,7 @@ if grep "^Nextcloud is in maintenance mode" "$MIGRATION_TMPDIR/migration.log" >/ fi info "Successfully upgraded from ${WHITE}$current_config_version${NORMAL} to ${WHITE}$target${NORMAL}" -if [ -z "no_hint" ]; then +if [ -z "$no_hint" ]; then cat <&2 Don't forget to force the version in your \`\`compose.yml\`\`. For instance: