From 8162a423f6af6596463c1db0c588510211993575 Mon Sep 17 00:00:00 2001 From: Franscobec Date: Sat, 31 Jan 2026 22:19:52 -0500 Subject: [PATCH] Update updatescripts.sh --- updatescripts.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/updatescripts.sh b/updatescripts.sh index 4c2d3d1..10d3664 100644 --- a/updatescripts.sh +++ b/updatescripts.sh @@ -34,8 +34,9 @@ fi updatescripts(){ if [ ! -f /.SSH/script/ ]; then -mkdir /.SSH/script +rm /.SSH/script fi +mkdir /.SSH/script wget -q https://git.franscorack.com/Franscobec/AutoremakeSSH/raw/branch/main/renewkeys.sh -O /.SSH/script/renewkeys.sh wget -q https://git.franscorack.com/Franscobec/AutoremakeSSH/raw/branch/main/deploy-newssh.sh -O /.SSH/script/deploy-newssh.sh wget -q https://git.franscorack.com/Franscobec/AutoremakeSSH/raw/branch/main/autoremakekeys.sh -O /.SSH/script/autoremakekeys.sh