diff options
author | Thomas Guyot-Sionnest <dermoth@aei.ca> | 2009-09-26 22:04:34 (GMT) |
---|---|---|
committer | Thomas Guyot-Sionnest <dermoth@aei.ca> | 2009-09-26 22:04:34 (GMT) |
commit | c3150e6708509bb166b4c8fb5d1d2383eb020e88 (patch) | |
tree | adc559a8ed67393b7109f809042d52c97bcffacd /tools | |
parent | 415d5f5bbea834609e73f6482fffda4ddb2b6151 (diff) | |
download | monitoring-plugins-c3150e6708509bb166b4c8fb5d1d2383eb020e88.tar.gz |
Change default for SFSNAP_DEST
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/sfsnapshotgit | 2 |
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: |
21 | SFSNAP_REPO=${SFSNAP_REPO-~/staging/nagiosplugins} | 21 | SFSNAP_REPO=${SFSNAP_REPO-~/staging/nagiosplugins} |
22 | SFSNAP_ORIGIN=${SFSNAP_ORIGIN-origin} | 22 | SFSNAP_ORIGIN=${SFSNAP_ORIGIN-origin} |
23 | SFSNAP_DEST=${SFSNAP_DEST-~/staging} | 23 | SFSNAP_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 |
26 | if [ $# -eq 0 ] | 26 | if [ $# -eq 0 ] |