From 12b88c27480f2f0cf7501de7491c36e5483b25ed Mon Sep 17 00:00:00 2001 From: Alexandre Aubin <4533074+alexAubin@users.noreply.github.com> Date: Thu, 25 Jan 2024 19:12:47 +0100 Subject: [PATCH] Update upgrade: zgrompf --- scripts/upgrade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/upgrade b/scripts/upgrade index ab3ab3a..0329abf 100755 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -91,7 +91,7 @@ function list_installed_apps_not_compatible_with_future_version() # Run a first "dummy" command just to make sure we have the appropriate php dependencies installed, # otherwise this creates funky stuff when tweaking the apt deps because the next command is piped into jq ... - exec_occ -V + exec_occ -V >/dev/null # List installed apps exec_occ app:list --output json | jq -r ".enabled | keys[]" | sort > $installed_apps # Fetch Nextcloud list of core apps from their github repo for the current version