From 16962b20b61138addaad142e4bfa8ff6fb8c3d39 Mon Sep 17 00:00:00 2001 From: AIIrondev Date: Mon, 27 Jul 2026 21:17:51 +0200 Subject: [PATCH] Add of descryption of for the removal of big tmp files --- restart.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/restart.sh b/restart.sh index 0e464f1..456b1e7 100755 --- a/restart.sh +++ b/restart.sh @@ -2,6 +2,7 @@ set -euo pipefail sudo find /tmp -maxdepth 1 -name "tmp.*" -exec rm -rf {} + +echo "Cleaning up old temporary files in /tmp..." SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" >/dev/null 2>&1 && pwd)" cd "$SCRIPT_DIR"