mirror of
https://0xacab.org/liberate/backupninja.git
synced 2024-11-10 04:42:31 +01:00
Convert from debug to info so that it can be reported in the email
This commit is contained in:
parent
8fb9415609
commit
480ace739c
@ -271,7 +271,7 @@ if [ ! $test ]; then
|
||||
exit_code=$?
|
||||
debug $output
|
||||
cat $outputfile | (while read output ; do
|
||||
debug $output
|
||||
info $output
|
||||
done
|
||||
)
|
||||
if [ $exit_code -eq 0 ]; then
|
||||
|
Loading…
Reference in New Issue
Block a user