summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorThomas Guyot-Sionnest <dermoth@aei.ca>2009-09-26 22:04:34 (GMT)
committerThomas Guyot-Sionnest <dermoth@aei.ca>2009-09-26 22:04:34 (GMT)
commitc3150e6708509bb166b4c8fb5d1d2383eb020e88 (patch)
treeadc559a8ed67393b7109f809042d52c97bcffacd /tools
parent415d5f5bbea834609e73f6482fffda4ddb2b6151 (diff)
downloadmonitoring-plugins-c3150e6708509bb166b4c8fb5d1d2383eb020e88.tar.gz
Change default for SFSNAP_DEST
Diffstat (limited to 'tools')
-rwxr-xr-xtools/sfsnapshotgit2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/sfsnapshotgit b/tools/sfsnapshotgit
index ec2a4da..155259f 100755
--- a/tools/sfsnapshotgit
+++ b/tools/sfsnapshotgit
@@ -20,7 +20,7 @@ exec 3>&1 1>&2
20# caller The defaults are: 20# caller The defaults are:
21SFSNAP_REPO=${SFSNAP_REPO-~/staging/nagiosplugins} 21SFSNAP_REPO=${SFSNAP_REPO-~/staging/nagiosplugins}
22SFSNAP_ORIGIN=${SFSNAP_ORIGIN-origin} 22SFSNAP_ORIGIN=${SFSNAP_ORIGIN-origin}
23SFSNAP_DEST=${SFSNAP_DEST-~/staging} 23SFSNAP_DEST=${SFSNAP_DEST-~/staging/snapshot}
24 24
25# If one argument is given, this is the branch to create the snapshot from 25# If one argument is given, this is the branch to create the snapshot from
26if [ $# -eq 0 ] 26if [ $# -eq 0 ]