view src/restartSYNC.sh @ 30:3e3fa35e3ce2

twitter sync likes, recommend mongodb configure pump2twitter, twitter2pump in webui
author Mathias Gebbe <mgebbe@intevation.de>
date Thu, 28 Aug 2014 18:40:39 +0200
parents 34cfa565f565
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)