Skip to content

Commit

Permalink
hold PHP
Browse files Browse the repository at this point in the history
  • Loading branch information
enoch85 committed Dec 19, 2019
1 parent bc386c8 commit 4adb5cc
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions nextcloud_update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,12 @@ then
fi
fi

# Hold PHP due to max supported version in Nextcloud
if is_this_installed php7.3-common
then
apt-mark hold php*
fi

# Move all logs to new dir (2019-09-04)
if [ -d /var/log/ncvm/ ]
then
Expand Down

0 comments on commit 4adb5cc

Please sign in to comment.