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