diff options
Diffstat (limited to 'src/main.sh')
-rw-r--r-- | src/main.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main.sh b/src/main.sh index e8fd9f5..f83495c 100644 --- a/src/main.sh +++ b/src/main.sh @@ -37,6 +37,7 @@ conf_incoming_dir= conf_pool_gc_delay= conf_verbose= conf_gzip= +conf_key= lock= exit_status= @@ -139,6 +140,7 @@ get_conf() conf_pool_gc_delay=86400 conf_verbose=false conf_gzip=true + conf_key='' if [ -f "${base_dir}/conf" ]; then . "${base_dir}/conf" |