From 8769fb0610b7c797c13269fc43bf4b935a5b1a31 Mon Sep 17 00:00:00 2001 From: Franscobec Date: Tue, 13 Jan 2026 13:10:36 -0500 Subject: [PATCH] Add folder verification V1 --- renewkeys.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/renewkeys.sh b/renewkeys.sh index e8789bb..6d36762 100644 --- a/renewkeys.sh +++ b/renewkeys.sh @@ -177,7 +177,9 @@ echo -e ${C_YELLOW}Warning: running this script resets known_hosts file. Abort t sleep 3 rm /home/$USER/.ssh/known_hosts rm /root/.ssh/known_hosts +if [ ! -f ".SSH/.temp" ]; then mkdir /.SSH/.temp +fi if [ "$PC" = "pve01" ] then verifycdn