We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7face69 commit 7ba239eCopy full SHA for 7ba239e
install/hst-install-ubuntu.sh
@@ -1254,7 +1254,7 @@ if [ "$spamd" = 'yes' ]; then
1254
check_result $? "spamassassin start failed"
1255
unit_files="$(systemctl list-unit-files |grep spamassassin)"
1256
if [[ "$unit_files" =~ "disabled" ]]; then
1257
- systemctl enable spamassassin > dev/null 2>&1
+ systemctl enable spamassassin > /dev/null 2>&1
1258
fi
1259
1260
0 commit comments