Bläddra i källkod

Call completed function

Bob Mottram 8 år sedan
förälder
incheckning
fcd30ceef1
1 ändrade filer med 1 tillägg och 0 borttagningar
  1. 1
    0
      src/freedombone-app-tahoelafs

+ 1
- 0
src/freedombone-app-tahoelafs Visa fil

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