Fix find cmd

This commit is contained in:
2026-01-31 22:23:36 -05:00
parent 6f0992de49
commit 38bc39eb05

View File

@@ -36,7 +36,7 @@ updatescripts(){
if [ ! -f /.SSH/script/ ]; then
mkdir /.SSH/script
fi
find /.SSH/script -name *.sh -delete
find /.SSH/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