Skip to content

Commit e721910

Browse files
committed
Fixed FPM Status Error Message
1 parent d8e58d8 commit e721910

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

usr/local/sbin/easyengine

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

usr/local/sbin/eeupdate

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)