From 4319b1c62c46cbf3ce881201220cb793a65eee87 Mon Sep 17 00:00:00 2001 From: Andris Reinman Date: Tue, 19 Jul 2022 13:55:47 +0300 Subject: [PATCH] updated haraka install command --- setup/08_install_haraka.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/08_install_haraka.sh b/setup/08_install_haraka.sh index ada65f50..016f5acf 100755 --- a/setup/08_install_haraka.sh +++ b/setup/08_install_haraka.sh @@ -36,7 +36,7 @@ cd npm install --production --no-optional --no-package-lock --no-audit --no-shrinkwrap --unsafe-perm -g Haraka@$HARAKA_VERSION haraka -i /opt/haraka cd /opt/haraka -npm install --production --no-optional --no-package-lock --no-audit --no-shrinkwrap --unsafe-perm --save haraka-plugin-rspamd haraka-plugin-redis haraka-plugin-mailauth Haraka@$HARAKA_VERSION +npm install --production --no-optional --no-package-lock --no-audit --no-shrinkwrap --unsafe-perm --save haraka-plugin-rspamd haraka-plugin-redis Haraka@$HARAKA_VERSION # Haraka WildDuck plugin. Install as separate repo as it can be edited more easily later mkdir -p plugins/wildduck