From bd058ff16f08e8fe58c46e2257278adf2359b54e Mon Sep 17 00:00:00 2001 From: allan Date: Wed, 29 Oct 2025 11:50:34 +0100 Subject: [PATCH] new php-fpm check --- dokuwikiinstall | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dokuwikiinstall b/dokuwikiinstall index 04b71c9..fb54a1e 100755 --- a/dokuwikiinstall +++ b/dokuwikiinstall @@ -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