From d70e3970ba6d36bf79cd204106b2d380abff433c Mon Sep 17 00:00:00 2001 From: Franscobec Date: Mon, 23 Feb 2026 15:05:21 -0500 Subject: [PATCH] Remove useless temp folder creation --- renewkeys.sh | 6 ------ 1 file changed, 6 deletions(-) diff --git a/renewkeys.sh b/renewkeys.sh index eb881cb..9be3c87 100644 --- a/renewkeys.sh +++ b/renewkeys.sh @@ -185,9 +185,6 @@ fi if [ -f /root/.ssh/known_hosts ]; then rm /root/.ssh/known_hosts fi -if [ ! -f ".SSH/.temp" ]; then -mkdir /.SSH/.temp -fi if [ "$PC" = "pve01" ] then verifycdn @@ -202,8 +199,5 @@ guardband admincheck guardband fi -sleep 3 -echo -e "${CY}Cleaning up temp directory for checksums...${NF}" -rm -rf /.SSH/.temp sleep 2 echo -e "${CG}Script execution completed.${NF}"