view 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 source
#!/bin/bash

cd /home/pumpbridge/pumpbridge/lib

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)