diff --git a/updatescripts.sh b/updatescripts.sh index 46e5b5e..f383385 100644 --- a/updatescripts.sh +++ b/updatescripts.sh @@ -33,7 +33,7 @@ fi } updatescripts(){ -if [ ! -f /.SSH/script/ ]; then +if [ ! -f /.SSH/script ]; then mkdir /.SSH/script fi find /.SSH/script -name "*.sh" -delete