Hold prosody package so that it doesn't update

This commit is contained in:
Bob Mottram 2017-08-11 10:38:40 +01:00
parent cfd0175f4f
commit 9c1e131e4d
1 changed files with 1 additions and 0 deletions

View File

@ -1021,6 +1021,7 @@ function install_xmpp {
if [ -d /etc/letsencrypt ]; then
usermod -a -G ssl-cert prosody
fi
apt-mark -q hold prosody
systemctl restart prosody
if [[ $ONION_ONLY != 'no' ]]; then