Add check_postfix.sh

Fix minor error at check_webservice_load.sh
This commit is contained in:
2017-05-01 14:26:18 +02:00
parent ee95ca3899
commit cdaa18f236
2 changed files with 153 additions and 1 deletions

View File

@@ -125,7 +125,7 @@ systemd=$(which systemd)
systemctl=$(which systemctl)
systemd_supported=false
if [[ -n "$systemd" ]] && [[ -n "$systemd" ]] ; then
if [[ -n "$systemd" ]] && [[ -n "$systemctl" ]] ; then
systemd_supported=true
fi