Update patcher.sh

This commit is contained in:
Izzy Kauffman
2024-03-17 07:34:20 -04:00
committed by GitHub
parent d9df146690
commit e1ddd826d5
+4
View File
@@ -17,6 +17,10 @@ cleanup_directories() {
done
}
cleanup_directories # Call the function here
# Rest of the script goes here
cleanup_directories
echo "-------------------------------------------"