File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -493,7 +493,7 @@ PHP_PACKAGES()
493493 # Fake PHP5-FPM Status Pages
494494 if [ ! -d /var/www/22222/htdocs/fpm/status/ ]
495495 then
496- mkdir -p /var/www/22222/htdocs/fpm/status/ || OwnError " Unable To Create webgrind Directory"
496+ mkdir -p /var/www/22222/htdocs/fpm/status/ || OwnError " Unable To Create FPM Status Directory"
497497 touch /var/www/22222/htdocs/fpm/status/{php,debug}
498498 fi
499499
Original file line number Diff line number Diff line change @@ -248,7 +248,7 @@ PHP_PACKAGES()
248248 # Fake PHP5-FPM Status Pages
249249 if [ ! -d /var/www/22222/htdocs/fpm/status/ ]
250250 then
251- mkdir -p /var/www/22222/htdocs/fpm/status/ || OwnError " Unable To Create webgrind Directory"
251+ mkdir -p /var/www/22222/htdocs/fpm/status/ || OwnError " Unable To Create FPM Status Directory"
252252 touch /var/www/22222/htdocs/fpm/status/{php,debug}
253253 fi
254254
You can’t perform that action at this time.
0 commit comments