new php-fpm check

This commit is contained in:
2025-10-29 11:50:34 +01:00
parent e5dd257757
commit bd058ff16f

View File

@@ -62,9 +62,9 @@ checkservice() {
inputcheck () { if [[ -z "$1" ]]; then usage ; printf "ERROR: DOMAIN CANNOT BE EMPTY!\n\n" ; exit; fi; }
#
# If Nginx or PHP-Fpm version is not found or not running the die.
# If Nginx or PHP-Fpm is not running the die.
#
checkservice nginx running ; checkservice "$phpfpm" running
checkservice nginx mustberunning ; checkservice "$phpfpm" mustberunning
#
# Let's go