Skip to content

Commit d8e58d8

Browse files
committed
Minor Changes
1 parent 189c746 commit d8e58d8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

usr/local/sbin/easyengine

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -491,10 +491,10 @@ PHP_PACKAGES()
491491
echo -e "<?php \n\t phpinfo(); \n?>" &>> /var/www/22222/htdocs/php/info.php
492492

493493
# Fake PHP5-FPM Status Pages
494-
if [ ! -d /var/www/22222/htdocs/php/status/ ]
494+
if [ ! -d /var/www/22222/htdocs/fpm/status/ ]
495495
then
496-
mkdir -p /var/www/22222/htdocs/php/status/ || OwnError "Unable To Create webgrind Directory"
497-
touch /var/www/22222/htdocs/php/status/{php,debug}
496+
mkdir -p /var/www/22222/htdocs/fpm/status/ || OwnError "Unable To Create webgrind Directory"
497+
touch /var/www/22222/htdocs/fpm/status/{php,debug}
498498
fi
499499

500500
# Anemometer Setup

0 commit comments

Comments
 (0)