From 0c49373f01388382466dd0a5dad22d0683edea2c Mon Sep 17 00:00:00 2001 From: Serghey Rodin Date: Thu, 21 Dec 2017 15:45:59 +0200 Subject: [PATCH] changed default action name from install to add --- src/rpm/conf/ioncube.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rpm/conf/ioncube.sh b/src/rpm/conf/ioncube.sh index b57672d7..410ea47e 100755 --- a/src/rpm/conf/ioncube.sh +++ b/src/rpm/conf/ioncube.sh @@ -13,7 +13,7 @@ if [ ! -e "$VESTA/ioncube/$ioncube" ]; then exit fi -if [ "$action" = 'install' ]; then +if [ "$action" = 'add' ]; then if [ -z "$(grep $ioncube $php |grep -v ';')" ]; then echo "zend_extension = '$VESTA/ioncube/$ioncube'" >> $php /etc/init.d/vesta restart