install_amavis.sh: replace '--allowplugins' with '--reallyallowplugins' in script 'sa-update.sh'.

This commit is contained in:
Christoph 2021-10-24 03:48:35 +02:00
parent 85544c388f
commit 586566bcbd

View File

@ -2373,7 +2373,7 @@ if [[ \$code1 > 1 ]]; then
echo "problem with sa-update"
fi
sa-update --allowplugins --channelfile /etc/spamassassin/sa_channel --gpgkeyfile /etc/spamassassin/sa_keys
sa-update --reallyallowplugins --channelfile /etc/spamassassin/sa_channel --gpgkeyfile /etc/spamassassin/sa_keys
code2=\$?
if [[ \$code2 > 1 ]]; then