Skip to content

Commit 7ba239e

Browse files
committed
Fix wrong dev/null path.
1 parent 7face69 commit 7ba239e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install/hst-install-ubuntu.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1254,7 +1254,7 @@ if [ "$spamd" = 'yes' ]; then
12541254
check_result $? "spamassassin start failed"
12551255
unit_files="$(systemctl list-unit-files |grep spamassassin)"
12561256
if [[ "$unit_files" =~ "disabled" ]]; then
1257-
systemctl enable spamassassin > dev/null 2>&1
1257+
systemctl enable spamassassin > /dev/null 2>&1
12581258
fi
12591259
fi
12601260

0 commit comments

Comments
 (0)