mirror of
https://0xacab.org/liberate/backupninja.git
synced 2024-11-09 20:32:38 +01:00
uncommented rm of buffer file.
This commit is contained in:
parent
2ae95a499a
commit
c8ad6fc415
@ -308,7 +308,7 @@ function process_action() {
|
||||
_fatals=`cat $bufferfile | grep "^Fatal: " | wc -l`
|
||||
|
||||
ret=`grep "\(^Warning: \|^Error: \|^Fatal: \)" $bufferfile`
|
||||
#rm $bufferfile
|
||||
rm $bufferfile
|
||||
if [ $_fatals != 0 ]; then
|
||||
msg "*failed* -- $file"
|
||||
errormsg="$errormsg\n== failures from $file ==\n\n$ret\n"
|
||||
|
Loading…
Reference in New Issue
Block a user