|
@ -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 = " $? |
|
|
} |
|
|
} |
|
|