diff --git a/bin/_blackbox_common.sh b/bin/_blackbox_common.sh index a987d84..639beed 100755 --- a/bin/_blackbox_common.sh +++ b/bin/_blackbox_common.sh @@ -316,7 +316,7 @@ function shred_file() { CMD=rm OPT=-Pf else - echo "shred_file: WARNING: No secure deletion utility (shred or srm) present; using insecure rm" + echo "shred_file: WARNING: No secure deletion utility (shred or srm) present; using insecure rm" >&2 CMD=rm OPT=-f fi