diff src/restartSYNC.sh @ 29:34cfa565f565

replace fromESN twitter links with html <a>
author Mathias Gebbe <mgebbe@intevation.de>
date Tue, 29 Jul 2014 16:06:05 +0200
parents faeb3b96bdeb
children 3e3fa35e3ce2
line wrap: on
line diff
--- a/src/restartSYNC.sh	Tue Jul 29 12:14:02 2014 +0200
+++ b/src/restartSYNC.sh	Tue Jul 29 16:06:05 2014 +0200
@@ -1,8 +1,8 @@
 #!/bin/bash
 
-cd /home/pumpbridge/pumpbridge/src
+cd /home/pumpbridge/pumpbridge/lib
 
-until coffee syncALONE.coffee; do
+until node syncALONE.js; do
     echo "sync crashed with exit code $?. Respawning.." >&2
     sleep 1
 done
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)