From a541c0a1c5ca0403aafa6bb757a9ed66605708ae Mon Sep 17 00:00:00 2001 From: Jed Reynolds Date: Fri, 18 Jun 2021 12:49:31 -0700 Subject: [PATCH] turns off debug switch Signed-off-by: Jed Reynolds --- check_large_files.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/check_large_files.bash b/check_large_files.bash index e785489a..6c746144 100755 --- a/check_large_files.bash +++ b/check_large_files.bash @@ -284,7 +284,7 @@ kernel_to_relnum() { } empty_trash_can() { - set -vux + #set -vux if [ -x /usr/bin/trash-empty ]; then for can in "${trash_cans[@]}"; do if [[ $can = /home* ]]; then