You've already forked dokuwiki-ubuntu
new php-fpm check
This commit is contained in:
@@ -62,9 +62,9 @@ checkservice() {
|
|||||||
inputcheck () { if [[ -z "$1" ]]; then usage ; printf "ERROR: DOMAIN CANNOT BE EMPTY!\n\n" ; exit; fi; }
|
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
|
# Let's go
|
||||||
|
|||||||
Reference in New Issue
Block a user