Skip to content

Commit

Permalink
add tests
Browse files Browse the repository at this point in the history
  • Loading branch information
medunes committed Dec 29, 2023
1 parent 7d04ae3 commit 7c5470d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ PHP_TYPE=$2

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

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

0 comments on commit 7c5470d

Please sign in to comment.