check_sympa_spool_msg_dir.sh: forgot to comment in restart command.

This commit is contained in:
Christoph 2022-10-23 17:17:02 +02:00
parent 57efdc4175
commit 101fd31b08

View File

@ -538,7 +538,7 @@ else
echo " [ Info ]: Try restarting sympa service now.." echo " [ Info ]: Try restarting sympa service now.."
echo "" echo ""
fi fi
#systemctl restart sympa > $log_file 2>&1 systemctl restart sympa > $log_file 2>&1
if [[ $? -lt 1 ]] ; then if [[ $? -lt 1 ]] ; then
echo_done echo_done
else else