mirror of
https://github.com/myvesta/vesta
synced 2025-08-19 13:01:52 -07:00
changed default action name from install to add
This commit is contained in:
parent
3c3bc981ee
commit
0c49373f01
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue