From cea7506e69e5708e0df6d029e07d1626e6539379 Mon Sep 17 00:00:00 2001 From: Ton Voon Date: Mon, 24 Mar 2003 02:57:50 +0000 Subject: PATH set in correct place and extra comments git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@457 f882894a-f735-0410-b71e-b25c423dba1c --- tools/sfsnapshot | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tools/sfsnapshot') diff --git a/tools/sfsnapshot b/tools/sfsnapshot index 665285af..60b2cef9 100755 --- a/tools/sfsnapshot +++ b/tools/sfsnapshot @@ -7,6 +7,8 @@ # Assumes: # ssh setup to send to shell.sf.net and $CF without password prompt # autconf and automake installed on shell cf at v 2.57 & 1.72 and in PATH +# Install in cron with something like: +# 47 * * * * $HOME/bin/mail_error -o $HOME/sfsnapshot.out -m tonvoon@users.sf.net sfsnapshot r1_3_0 function die { echo $1; exit 1; } @@ -53,7 +55,6 @@ function make_dist { } # Set working variables -PATH=$HOME/local/bin:$PATH PROJECT=nagiosplug IN=${HOME}/tmp_snapshot OUT_SERVER="shell.sf.net" -- cgit v1.2.3-74-g34f1