view src/restartSYNC.sh @ 31:8238d312e281

var checks
author Mathias Gebbe <mgebbe@intevation.de>
date Tue, 30 Sep 2014 07:30:54 +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)