forked from ungleich-public/ccollect
Turn simulation off.
This commit is contained in:
parent
902a7d667e
commit
1df57c8154
1 changed files with 1 additions and 1 deletions
2
ccollect
2
ccollect
|
@ -23,7 +23,7 @@
|
||||||
# Simulate ccollect without actually performing any backup;
|
# Simulate ccollect without actually performing any backup;
|
||||||
# conf directory need to be specifed.
|
# conf directory need to be specifed.
|
||||||
# Usually used for debugging/testing locking and parallel execution.
|
# Usually used for debugging/testing locking and parallel execution.
|
||||||
SIMULATE="1"
|
SIMULATE=""
|
||||||
|
|
||||||
# Error upon expanding unset variables:
|
# Error upon expanding unset variables:
|
||||||
set -u
|
set -u
|
||||||
|
|
Loading…
Reference in a new issue