Browse Source

fix typo in setup.sh for php-fuel

Lita Gratrix 10 years ago
parent
commit
bd808a10e6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      frameworks/PHP/php-fuel/setup.sh

+ 1 - 1
frameworks/PHP/php-fuel/setup.sh

@@ -7,4 +7,4 @@ sed -i 's|/usr/local/nginx/|'"${IROOT}"'/nginx/|g' deploy/nginx.conf
 export PATH="$PHP_HOME/bin:$PHP_HOME/sbin:$PATH"
 
 $PHP_FPM --fpm-config $FWROOT/config/php-fpm.conf -g $TROOT/deploy/php-fpm.pid
-$NGINX_HOME/sbin/nginx -c $TROOT/deplpy/nginx.conf
+$NGINX_HOME/sbin/nginx -c $TROOT/deploy/nginx.conf