check_dyndns.sh: add support for debian 11.
This commit is contained in:
parent
dd0ba5a377
commit
e079ff5c30
@ -150,7 +150,7 @@ else
|
||||
|
||||
# - Load defaults
|
||||
source /etc/default/ddclient
|
||||
if [ "$run_daemon" = "true" ]; then
|
||||
if $(ps -e f | grep -E "[[:digit:]]\ .*ddclient" | grep -q -v grep) || [[ "$run_daemon" = "true" ]]; then
|
||||
if $LOGGING ; then
|
||||
info "'ddclient' is configured to run as daemon. So nothing to do here."
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user