Skip to content

Commit

Permalink
fix bug with php dirs
Browse files Browse the repository at this point in the history
  • Loading branch information
enoch85 committed Nov 7, 2019
1 parent c00e7d3 commit fb93375
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib.sh
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,8 @@ HTTP2_CONF="/etc/apache2/mods-available/http2.conf"
# PHP-FPM
PHPVER=7.2
PHP_FPM_DIR=/etc/php/$PHPVER/fpm
PHP_INI=$PHP_FPM/php.ini
PHP_POOL_DIR=$PHP_FPM/pool.d
PHP_INI=$PHP_FPM_DIR/php.ini
PHP_POOL_DIR=$PHP_FPM_DIR/pool.d
# Adminer
ADMINERDIR=/usr/share/adminer
ADMINER_CONF=/etc/apache2/conf-available/adminer.conf
Expand Down

0 comments on commit fb93375

Please sign in to comment.