浏览代码

Call completed function

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

+ 1
- 0
src/freedombone-app-tahoelafs 查看文件

@@ -279,6 +279,7 @@ function install_tahoelafs {
279 279
     systemctl start tahoelafs
280 280
 
281 281
     set_completion_param "tahoelafs commit" "$TAHOELAFS_COMMIT"
282
+    install_completed tahoelafs
282 283
 
283 284
     APP_INSTALLED=1
284 285
 }