浏览代码

Extra removal code for edith

Bob Mottram 7 年前
父节点
当前提交
a8165e801d
共有 1 个文件被更改,包括 6 次插入0 次删除
  1. 6
    0
      src/freedombone-app-edith

+ 6
- 0
src/freedombone-app-edith 查看文件

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