comparison 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
comparison
equal deleted inserted replaced
28:faeb3b96bdeb 29:34cfa565f565
1 #!/bin/bash 1 #!/bin/bash
2 2
3 cd /home/pumpbridge/pumpbridge/src 3 cd /home/pumpbridge/pumpbridge/lib
4 4
5 until coffee syncALONE.coffee; do 5 until node syncALONE.js; do
6 echo "sync crashed with exit code $?. Respawning.." >&2 6 echo "sync crashed with exit code $?. Respawning.." >&2
7 sleep 1 7 sleep 1
8 done 8 done
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)