From 631a9e23303f86debe6b3c303045df20d2880cea Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Robert=20Martin-Leg=C3=A8ne?= <robert@nic.ar>
Date: Fri, 26 Oct 2018 16:24:31 -0300
Subject: [PATCH] start.sh ahora llama al monitor.js

---
 bin/start.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/start.sh b/bin/start.sh
index 49771df..74a395d 100755
--- a/bin/start.sh
+++ b/bin/start.sh
@@ -102,7 +102,7 @@ function startmonitor
         fi
         while :
         do
-            monitor.sh &
+            monitor.js &
             echo $! > $pidfile
             wait
             sleep 60
-- 
GitLab