Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
medunes committed Dec 29, 2023
1 parent 5707d1b commit 5a0d205
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ PHP_TYPE=$2
############################

PHP_INI_DIR="/etc/php/${PHP_VERSION}/${PHP_TYPE}"
PHP_BIN="php${PHP_VERSION}"
PHP_EXTENSION_DIR=$(php${PHP_VERSION} -i | grep extension_dir | cut -d " " -f 5)
PHP_BIN="php"
PHP_EXTENSION_DIR=$($PHP_BIN -i | grep extension_dir | cut -d " " -f 5)

######## BUILD ARGUMENTS###########
#>>>> PHP_VERSION
Expand Down

0 comments on commit 5a0d205

Please sign in to comment.