Skip to content
Snippets Groups Projects
Commit 0fbd8744 authored by intrigeri's avatar intrigeri
Browse files

set BACKUPNINJA_DEBUG when invoked with -d (Closes: #537266)

parent 4e0519e3
No related branches found
No related tags found
No related merge requests found
......@@ -9,6 +9,7 @@ version 0.9.7 -- UNRELEASED
"info" are included in the report e-mail (closes #563734)
. reportspace: skip non-directories and places that don't exist on the
local filesystem (Closes: #536049)
. set BACKUPNINJA_DEBUG when invoked with -d (Closes: #537266)
lib changes
easydialog:
. Allow form fields input to grow up to 100 chars (Closes: #562249)
......
......@@ -381,7 +381,7 @@ loglevel=3
while [ $# -ge 1 ]; do
case $1 in
-h|--help) usage;;
-d|--debug) debug=1;;
-d|--debug) debug=1; export BACKUPNINJA_DEBUG=yes;;
-t|--test) test=1;debug=1;;
-n|--now) processnow=1;;
-f|--conffile)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment