Skip to content

Commit

Permalink
Hide output from apt-hold
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Hansson <[email protected]>
  • Loading branch information
enoch85 authored Apr 2, 2023
1 parent 905765a commit c08b28e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nextcloud_update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ if apt-cache policy | grep "ondrej" >/dev/null 2>&1
then
print_text_in_color "$ICyan" "Ondrejs PPA is installed. \
Holding PHP to avoid upgrading to a newer version without migration..."
apt-mark hold php*
apt-mark hold php* >/dev/null 2>&1
fi

# Don't allow MySQL/MariaDB
Expand Down

0 comments on commit c08b28e

Please sign in to comment.