Skip to content

Commit

Permalink
Added missing echo to script output (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeboehm authored Oct 26, 2016
1 parent 1cb7bf4 commit cb48900
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spamassassin/rootfs/usr/local/bin/sa-update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ while true
do
if ! [ -r ${PIDFILE} ]
then
"spamd not running. Exit."
echo "spamd not running. Exit."
exit 1
fi

Expand Down

0 comments on commit cb48900

Please sign in to comment.