diff options
author | Ton Voon <tonvoon@users.sourceforge.net> | 2003-03-08 00:57:14 (GMT) |
---|---|---|
committer | Ton Voon <tonvoon@users.sourceforge.net> | 2003-03-08 00:57:14 (GMT) |
commit | 0cec93cd0f8e886476086f64b551b5a86b7d7e27 (patch) | |
tree | ce08cf00b693630447b1400c68e5f643dad5286a | |
parent | 7e4aefaa0b128815cb0d92796ba7091b7aa5ccc1 (diff) | |
download | monitoring-plugins-0cec93cd0f8e886476086f64b551b5a86b7d7e27.tar.gz |
Fixed production OUT variable
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@379 f882894a-f735-0410-b71e-b25c423dba1c
-rwxr-xr-x | tools/sfsnapshot | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/sfsnapshot b/tools/sfsnapshot index 5cbdfb4..0db6d8f 100755 --- a/tools/sfsnapshot +++ b/tools/sfsnapshot | |||
@@ -52,8 +52,7 @@ function make_dist { | |||
52 | PROJECT=nagiosplug | 52 | PROJECT=nagiosplug |
53 | IN=${HOME}/tmp_snapshot | 53 | IN=${HOME}/tmp_snapshot |
54 | OUT_SERVER="shell.sf.net" | 54 | OUT_SERVER="shell.sf.net" |
55 | #OUT="/home/groups/n/na/nagiosplug/htdocs/snapshot" | 55 | OUT="/home/groups/n/na/nagiosplug/htdocs/snapshot" |
56 | OUT="~/test" | ||
57 | CF="usf-cf-x86-linux-2" | 56 | CF="usf-cf-x86-linux-2" |
58 | DS=`date -u +%Y%m%d%H%M` | 57 | DS=`date -u +%Y%m%d%H%M` |
59 | 58 | ||