Browse Source

Don't check postactiv daemons

Bob Mottram 8 years ago
parent
commit
8699d8940c
1 changed files with 4 additions and 4 deletions
  1. 4
    4
      src/freedombone-app-postactiv

+ 4
- 4
src/freedombone-app-postactiv View File

200
     function_check set_repo_commit
200
     function_check set_repo_commit
201
     set_repo_commit /var/www/$POSTACTIV_DOMAIN_NAME/htdocs "postactiv commit" "$POSTACTIV_COMMIT" $POSTACTIV_REPO
201
     set_repo_commit /var/www/$POSTACTIV_DOMAIN_NAME/htdocs "postactiv commit" "$POSTACTIV_COMMIT" $POSTACTIV_REPO
202
 
202
 
203
-    function_check postactiv_running_script
204
-    postactiv_running_script
203
+    #function_check postactiv_running_script
204
+    #postactiv_running_script
205
 }
205
 }
206
 
206
 
207
 
207
 
347
         return
347
         return
348
     fi
348
     fi
349
 
349
 
350
-    function_check postactiv_running_script
351
-    postactiv_running_script
350
+    #function_check postactiv_running_script
351
+    #postactiv_running_script
352
 
352
 
353
     function_check install_mariadb
353
     function_check install_mariadb
354
     install_mariadb
354
     install_mariadb