From 83d40479605f908e18e345894e934696534ec737 Mon Sep 17 00:00:00 2001 From: PrincessPi3 Date: Tue, 3 Jun 2025 08:28:02 -0600 Subject: [PATCH] 1748960882 --- cleanup.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/cleanup.sh b/cleanup.sh index 906a882..f596b5e 100644 --- a/cleanup.sh +++ b/cleanup.sh @@ -9,4 +9,6 @@ rm -rf old 2>/dev/null rm -rf conf-* 2>/dev/null echo "Git pulling" -git pull 1>/dev/null 2>/dev/null \ No newline at end of file +git pull 1>/dev/null 2>/dev/null + +echo "Cleanup done!" \ No newline at end of file