Parcourir la source

Extra removal code for edith

Bob Mottram il y a 7 ans
Parent
révision
a8165e801d
1 fichiers modifiés avec 6 ajouts et 0 suppressions
  1. 6
    0
      src/freedombone-app-edith

+ 6
- 0
src/freedombone-app-edith Voir le fichier

@@ -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 {