From b7841af7962496b97300b559a0ff6beded3d95db Mon Sep 17 00:00:00 2001 From: allan Date: Wed, 29 Oct 2025 11:51:17 +0100 Subject: [PATCH] new php-fpm check --- dokuwikiinstall | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dokuwikiinstall b/dokuwikiinstall index fb54a1e..95930ae 100755 --- a/dokuwikiinstall +++ b/dokuwikiinstall @@ -62,7 +62,7 @@ checkservice() { inputcheck () { if [[ -z "$1" ]]; then usage ; printf "ERROR: DOMAIN CANNOT BE EMPTY!\n\n" ; exit; fi; } # -# If Nginx or PHP-Fpm is not running the die. +# If Nginx or PHP-Fpm is not running then die. # checkservice nginx mustberunning ; checkservice "$phpfpm" mustberunning