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