#!/bin/sh cd /root/yacy/DATA/RELEASE/ while [ -f ../yacy.running ]; do sleep 1 done cd /root/yacy nohup ./startYACY.sh > /dev/null