Skip to content

Commit 4adb5cc

Browse files
authored
hold PHP
1 parent bc386c8 commit 4adb5cc

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

nextcloud_update.sh

+6
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,12 @@ then
5151
fi
5252
fi
5353

54+
# Hold PHP due to max supported version in Nextcloud
55+
if is_this_installed php7.3-common
56+
then
57+
apt-mark hold php*
58+
fi
59+
5460
# Move all logs to new dir (2019-09-04)
5561
if [ -d /var/log/ncvm/ ]
5662
then

0 commit comments

Comments
 (0)