#!/bin/sh cd /var/local/backup PATH=/usr/local/lib/backup:$PATH export PATH if [ "x$1" != test ]; then stty sane stty -isig fi rm -f this-status p p2 echo 'FAILED to start dump script' >this-status full 2>&1 | tee this-log status=`cat this-status 2>/dev/null` cat <