diff --git a/patcher.sh b/patcher.sh index a1acaa9..056437f 100755 --- a/patcher.sh +++ b/patcher.sh @@ -17,6 +17,10 @@ cleanup_directories() { done } +cleanup_directories # Call the function here + +# Rest of the script goes here + cleanup_directories echo "-------------------------------------------"