install_amavis.sh: replace '--allowplugins' with '--reallyallowplugins' in script 'sa-update.sh'.
This commit is contained in:
parent
85544c388f
commit
586566bcbd
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user