Browse Source

Fixed function name issue

old-stable
gau1991 11 years ago
parent
commit
4a2117d480
  1. 2
      src/vendor/ee_ven_install_vimbadmin.sh
  2. 2
      src/vendor/ee_ven_remove_roundcube.sh

2
src/vendor/ee_ven_install_vimbadmin.sh

@ -1,6 +1,6 @@
# Install ViMbAdmin # Install ViMbAdmin
function ee_mod_install_vimbadmin() function ee_ven_install_vimbadmin()
{ {
# Install ViMbAdmin # Install ViMbAdmin
ee_lib_echo "Downloading ViMbAdmin, please wait..." ee_lib_echo "Downloading ViMbAdmin, please wait..."

2
src/vendor/ee_ven_remove_roundcube.sh

@ -3,6 +3,6 @@
function ee_ven_remove_roundcube() function ee_ven_remove_roundcube()
{ {
ee_lib_echo "Removing Roundcube, please wait..." ee_lib_echo "Removing Roundcube, please wait..."
rm -rf /var/www/22222/htdocs/vimbadmin \ rm -rf /var/www/roundcubemail \
|| ee_lib_error "Unable to remove Roundcube, exit status = " $? || ee_lib_error "Unable to remove Roundcube, exit status = " $?
} }

Loading…
Cancel
Save