turns off debug switch

Signed-off-by: Jed Reynolds <jed@candelatech.com>
This commit is contained in:
Jed Reynolds
2021-06-18 12:49:31 -07:00
parent aa5fd50be6
commit a541c0a1c5

View File

@@ -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