From 8699d8940c8efda2d44912e0aafb420073530c2d Mon Sep 17 00:00:00 2001
From: Bob Mottram <bob@robotics.uk.to>
Date: Thu, 24 Nov 2016 18:54:12 +0000
Subject: [PATCH] Don't check postactiv daemons

---
 src/freedombone-app-postactiv | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/freedombone-app-postactiv b/src/freedombone-app-postactiv
index 02b9d1a9e..54462c6c3 100755
--- a/src/freedombone-app-postactiv
+++ b/src/freedombone-app-postactiv
@@ -200,8 +200,8 @@ function upgrade_postactiv {
     function_check set_repo_commit
     set_repo_commit /var/www/$POSTACTIV_DOMAIN_NAME/htdocs "postactiv commit" "$POSTACTIV_COMMIT" $POSTACTIV_REPO
 
-    function_check postactiv_running_script
-    postactiv_running_script
+    #function_check postactiv_running_script
+    #postactiv_running_script
 }
 
 
@@ -347,8 +347,8 @@ function install_postactiv_main {
         return
     fi
 
-    function_check postactiv_running_script
-    postactiv_running_script
+    #function_check postactiv_running_script
+    #postactiv_running_script
 
     function_check install_mariadb
     install_mariadb
-- 
GitLab