Browse Source

fix: [nextcloud] repair ``--no-hint`` on ``upgrade`` action

pull/31/head
Valentin Lab 7 months ago
parent
commit
0f810022c7
  1. 2
      nextcloud/actions/upgrade

2
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 <<EOF >&2
Don't forget to force the version in your \`\`compose.yml\`\`. For instance:

Loading…
Cancel
Save