Calling supervisord directly instead of via shell (Closes: #1047, #1074)

This commit is contained in:
Daniel Panteleit 2018-11-04 20:23:50 +01:00 committed by Johan Smits
parent 351c9c80a8
commit cc56b4f89e
4 changed files with 13 additions and 4 deletions

View file

@ -389,7 +389,7 @@ function _check_hostname() {
if ( ! echo $HOSTNAME | grep -E '^(\S+[.]\S+)$' > /dev/null ); then
notify 'err' "Setting hostname/domainname is required"
kill -6 `cat /var/run/supervisord.pid` && return 1
kill `cat /var/run/supervisord.pid` && return 1
else
notify 'inf' "Domain has been set to $DOMAINNAME"
notify 'inf' "Hostname has been set to $HOSTNAME"