Skip to content

Commit cb99eb7

Browse files
committed
one = instead of ==
1 parent fe3fdf1 commit cb99eb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/hst_autocompile.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -464,7 +464,7 @@ if [ "$PHP_B" = true ] ; then
464464
cd $BUILD_DIR_PHP
465465

466466
# Configure PHP
467-
if [ $BUILD_ARCH == 'amd64' ]; then
467+
if [ $BUILD_ARCH = 'amd64' ]; then
468468
./configure --prefix=/usr/local/hestia/php \
469469
--enable-fpm \
470470
--with-fpm-user=admin \

0 commit comments

Comments
 (0)