Skip to content

Commit 0c49373

Browse files
author
Serghey Rodin
committed
changed default action name from install to add
1 parent 3c3bc98 commit 0c49373

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rpm/conf/ioncube.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ if [ ! -e "$VESTA/ioncube/$ioncube" ]; then
1313
exit
1414
fi
1515

16-
if [ "$action" = 'install' ]; then
16+
if [ "$action" = 'add' ]; then
1717
if [ -z "$(grep $ioncube $php |grep -v ';')" ]; then
1818
echo "zend_extension = '$VESTA/ioncube/$ioncube'" >> $php
1919
/etc/init.d/vesta restart

0 commit comments

Comments
 (0)