RandomSec/start.sh

4 lines
157 B
Bash
Raw Normal View History

2017-07-14 12:44:58 +02:00
echo 'Starting open refine'
nohup ./refine -i 192.168.2.121 > open-refine.log 2>&1 &
echo "open refine started, check log through - tail -f open-refine.log"