From: Thomas Guyot-Sionnest Date: Sat, 26 Sep 2009 22:04:34 +0000 (-0400) Subject: Change default for SFSNAP_DEST X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=c3150e6708509bb166b4c8fb5d1d2383eb020e88;p=nagiosplug.git Change default for SFSNAP_DEST --- 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 # caller The defaults are: SFSNAP_REPO=${SFSNAP_REPO-~/staging/nagiosplugins} SFSNAP_ORIGIN=${SFSNAP_ORIGIN-origin} -SFSNAP_DEST=${SFSNAP_DEST-~/staging} +SFSNAP_DEST=${SFSNAP_DEST-~/staging/snapshot} # If one argument is given, this is the branch to create the snapshot from if [ $# -eq 0 ]