V8.13.294.2025.10.28
All checks were successful
🛡️ Shell Script Linting / 🛡️ Shell Script Linting (push) Successful in 1m47s

Signed-off-by: Marc S. Weidner <msw@coresecret.dev>
This commit is contained in:
2025-10-28 15:56:58 +01:00
parent e44bef253f
commit 7c231100ff
9 changed files with 55 additions and 20 deletions

View File

@@ -75,6 +75,14 @@ done
rm -f /root/ciss_xdg_tmp.sh
if [[ -d /tmp ]]; then
find /tmp -mindepth 1 -maxdepth 1 -xdev -exec rm -rf -- {} +
fi
install -d -m 1777 -o root -g root /tmp
printf "\e[92m++++ ++++ ++++ ++++ ++++ ++++ ++ ✅ '%s' applied successfully. \e[0m\n" "${0}"
exit 0