diff --git a/client/pyscripts/fm11rf08_full.py b/client/pyscripts/fm11rf08_full.py index c658e65b4..733782c31 100644 --- a/client/pyscripts/fm11rf08_full.py +++ b/client/pyscripts/fm11rf08_full.py @@ -938,9 +938,13 @@ def diskDump(data, uid, dpath): f.write(b) if bad: lprint('Bad data exists, and has been saved as 0xFF') + + s = color('ok', fg='green') + lprint(f' Save file operations ( {s} )', prompt='[+]') + except: s = color('fail', fg='red') - lprint(f'File operations ( {s} )', prompt='[!]') + lprint(f' Save file operations ( {s} )', prompt='[!]') return dump18