From 9e4e93987be741ac283280d16b428ac095e5b165 Mon Sep 17 00:00:00 2001 From: Palma Solutions LTD Date: Sat, 9 Feb 2019 10:56:41 +0100 Subject: [PATCH] fixed wrong echo --- run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run.sh b/run.sh index e7b05c4..c788b33 100644 --- a/run.sh +++ b/run.sh @@ -2,7 +2,7 @@ # checking for unrelated echo '[*] Checking for Unrelated Data'; -echo >> $(whoami) +echo >> $(whoami).txt echo '[*] Directories with more than 1GB size:'; du -h ./ | grep '[0-9]G\>' >> $(whoami).txt echo >> $(whoami)