This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "FusionForge".

The branch, 6.1 has been updated
       via  aeba31541ac687e8437aeba2eef7cb0b5e1424a2 (commit)
      from  0b45ae9ec0dff85dcda2dc53b2b779ecfe4dbac0 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
https://scm.fusionforge.org/anonscm/gitweb/?p=fusionforge/fusionforge.git;a=commitdiff;h=aeba31541ac687e8437aeba2eef7cb0b5e1424a2

commit aeba31541ac687e8437aeba2eef7cb0b5e1424a2
Author: Roland Mas <[email protected]>
Date:   Wed Mar 4 08:53:25 2020 +0100

    systasksd: loop until DB is available on startup

diff --git a/src/bin/systasksd b/src/bin/systasksd
index 1656b18..360bcdb 100755
--- a/src/bin/systasksd
+++ b/src/bin/systasksd
@@ -31,7 +31,7 @@ while (true) {
                break;
        } catch (DBException $e) {
                print "Cannot connect to DB: $e\nWaiting for DB...\n";
-               sleep (5)
+               sleep (5);
        }
 }
 require_once $gfcommon.'include/cron_utils.php';

-----------------------------------------------------------------------

Summary of changes:
 src/bin/systasksd | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
FusionForge

_______________________________________________
Fusionforge-commits mailing list
[email protected]
http://lists.fusionforge.org/cgi-bin/mailman/listinfo/fusionforge-commits

Reply via email to