Browse Source

Call the remove function

Bob Mottram 7 years ago
parent
commit
6d144044cf
1 changed files with 1 additions and 2 deletions
  1. 1
    2
      src/freedombone-app-hubzilla

+ 1
- 2
src/freedombone-app-hubzilla View File

@@ -336,8 +336,7 @@ function install_hubzilla {
336 336
     install_mariadb
337 337
 
338 338
     if [ -d /var/www/$HUBZILLA_DOMAIN_NAME ]; then
339
-        rm -rf /var/www/$HUBZILLA_DOMAIN_NAME
340
-        drop_database hubzilla
339
+        remove_hubzilla
341 340
     fi
342 341
 
343 342
     function_check get_mariadb_password