Update services.inc

This commit is contained in:
2023-09-11 17:31:10 -05:00
parent 8f883b6430
commit 612f42d612

View File

@@ -237,7 +237,7 @@ SERVICE(){
fi
fi
elif ([ "${1}" = "pdns" ] || [ "${1}" = "pdnsadmin" ]) && ([ "${3}" == "" ] || [ "${3}" == "all" ]); then
if [ "${2}" = "restart" ] || [ "${2}" = "reload" ]; then
if [ "${2}" = "start" ] || [ "${2}" = "restart" ] || [ "${2}" = "reload" ]; then
if [ "${3}" != "ns" ]; then
if [ "${3}" != "q" ]; then
echo -en "${idsCL[LightYellow]}Verifying replication across the nodes... ${idsCL[Default]}"