view src/restartSYNC.sh @ 32:ca0b44c1a870 tip

Readme: twitter in the summary, it is best working currently.
author Bernhard Reiter <bernhard@intevation.de>
date Mon, 13 Oct 2014 13:22:17 +0200
parents 3e3fa35e3ce2
children
line wrap: on
line source
#!/bin/bash

cd /home/pumpbridge/pumpbridge/src

until coffee syncALONE.coffee; 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)