Browse Source

Extra removal code for edith

Bob Mottram 7 years ago
parent
commit
a8165e801d
1 changed files with 6 additions and 0 deletions
  1. 6
    0
      src/freedombone-app-edith

+ 6
- 0
src/freedombone-app-edith View File

@@ -243,6 +243,12 @@ function remove_edith {
243 243
 
244 244
     function_check remove_nodejs
245 245
     remove_nodejs edith
246
+
247
+    remove_certs $EDITH_DOMAIN_NAME
248
+    remove_app edith
249
+
250
+    function_check remove_ddns_domain
251
+    remove_ddns_domain $EDITH_DOMAIN_NAME
246 252
 }
247 253
 
248 254
 function install_edith {