fix(aerospike extension): update syntax

Fix typos in the build script.

Closes #2881
This commit is contained in:
Pavel Savushkin 2021-03-14 18:46:51 +02:00
parent 793c1a085f
commit 7b396b7c39
No known key found for this signature in database
GPG Key ID: BD2EDA3E125300DD

View File

@ -886,9 +886,9 @@ RUN set -xe; \
&& make install \
) \
else \
echo "AEROSPIKE does not support PHP 8.0"
fi \
fi \
echo "AEROSPIKE does not support PHP 8.0" \
;fi \
;fi \
&& rm /tmp/aerospike-client-php.tar.gz \
&& echo 'extension=aerospike.so' >> /etc/php/${LARADOCK_PHP_VERSION}/cli/conf.d/aerospike.ini \
&& echo 'aerospike.udf.lua_system_path=/usr/local/aerospike/lua' >> /etc/php/${LARADOCK_PHP_VERSION}/cli/conf.d/aerospike.ini \