#!/bin/sh # [0] Check installed first if [ ! -e /target/install ]; then exit 1; fi; # [1] Propagate script to DAEMON /bin/bash /home/sats/satsd/source/daemon 2>> /home/sats/satsd/log/daemon.log >> /home/sats/satsd/log/daemon.log;