view src/restartSYNC.sh @ 28:faeb3b96bdeb

use html-to-text
author Mathias Gebbe <mgebbe@intevation.de>
date Tue, 29 Jul 2014 12:14:02 +0200
parents
children 34cfa565f565
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)