changed terminal printout

This commit is contained in:
root
2023-11-17 11:18:44 -06:00
parent 4780bc887b
commit 408b491ba1

View File

@@ -17,10 +17,10 @@ cleanup_except() {
if [[ "$(basename "$file")" != "$except_file" ]]; then
# Delete the file
rm -rf "$file"
echo "Removed $file"
fi
done
echo "Cleanup complete in $directory, except for $except_file"
# echo "Cleanup complete in $directory, except for $except_file"
}
SCRIPT_DIR=$(readlink -f $(dirname "${BASH_SOURCE[0]}"))