mirror of
https://github.com/monitoring-plugins/monitoring-plugins.git
synced 2026-04-22 14:46:57 -04:00
Change default for SFSNAP_DEST
This commit is contained in:
parent
415d5f5bbe
commit
c3150e6708
1 changed files with 1 additions and 1 deletions
|
|
@ -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 ]
|
||||
|
|
|
|||
Loading…
Reference in a new issue