From 0898b8d1545186dc9c6937880b19c5fff1bf74c3 Mon Sep 17 00:00:00 2001 From: Franscobec Date: Thu, 18 Jun 2026 19:42:10 -0400 Subject: [PATCH] Update updatescripts.sh --- updatescripts.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/updatescripts.sh b/updatescripts.sh index 199b09c..5b44e0b 100644 --- a/updatescripts.sh +++ b/updatescripts.sh @@ -49,6 +49,7 @@ if [ ! -d /.SSH/script ]; then mkdir /.SSH/script fi find /.SSH/script -name "*.sh" -delete +find /opt/franscorack/script -name "*.sh" -delete 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