1
0
mirror of https://github.com/the-sane/lug-helper.git synced 2025-04-27 06:19:10 +00:00

Improve debug message

This commit is contained in:
the-sane 2021-01-16 19:22:37 -05:00 committed by GitHub
parent 9be4f45449
commit 3a9b4194e0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -487,7 +487,7 @@ sanitize() {
fi fi
# Wipe the user directory # Wipe the user directory
debug_echo continue "Wiping USER directory..." debug_echo continue "Wiping $user_dir..."
rm -r "$user_dir" rm -r "$user_dir"
# Restore custom keybinds # Restore custom keybinds