We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 984af65 commit 81c8e2cCopy full SHA for 81c8e2c
1 file changed
bin/v-add-sys-phpmailer
@@ -66,7 +66,7 @@ mkdir -p ${PM_INSTALL_DIR}/vendor
66
chown $user: -R ${PM_INSTALL_DIR}/vendor
67
68
openssl_installed=$(/usr/local/hestia/php/bin/php -m | grep openssl);
69
-if [ -z "$openssl_version" ]; then
+if [ -z "$openssl_installed" ]; then
70
COMPOSER_HOME="$HOMEDIR/$user/.config/composer" user_exec /usr/bin/php $COMPOSER_BIN --quiet --no-dev install
71
else
72
COMPOSER_HOME="$HOMEDIR/$user/.config/composer" user_exec /usr/local/hestia/php/bin/php $COMPOSER_BIN --quiet --no-dev install
0 commit comments