diff --git a/utils/.coauthors b/utils/.coauthors index b904d0f..367e5e2 100644 --- a/utils/.coauthors +++ b/utils/.coauthors @@ -1 +1,2 @@ sigonasr2 +r3cp3ct <> \ No newline at end of file diff --git a/utils/md5 b/utils/md5 index 5ea93ad..51c8964 100644 --- a/utils/md5 +++ b/utils/md5 @@ -2,4 +2,4 @@ .updateDirectories:0ede00461e947494545e694040787b3f *- define.sh:d6b20a25a04a60d94f466e48fa60ac69 *- main.sh:32a1f953ffca8584d1eb57c0ecd8a582 *- -search.sh:28d0ede8345514d80cc68cc756870002 *- +search.sh:6eec52214a36f2114442c41ab9c04f72 *- diff --git a/utils/search.sh b/utils/search.sh index 5392df5..dd40bcf 100644 --- a/utils/search.sh +++ b/utils/search.sh @@ -37,6 +37,7 @@ function check() { if [ "$g" != "md5" ]; then if [ -f $1$g ]; then + if [ "$g" != ".coauthors" ]; then echo "++Redownload $1$g..." if [ -f "$1$g" ]; then #Read the 2nd line and see if it has a special directory. @@ -58,6 +59,7 @@ function check() { echo "===Could not find directory, assuming regular scripts directory exists." curl -H 'Cache-Control: no-cache, no-store' https://raw.githubusercontent.com/sigonasr2/SigScript/main/$1$g --output scripts/$g fi + fi else echo "++==Downloading $1$g..." curl -H 'Cache-Control: no-cache, no-store' https://raw.githubusercontent.com/sigonasr2/SigScript/main/$1$g --output $1$g @@ -74,4 +76,4 @@ function check() { check $1$g/ fi done -} \ No newline at end of file +}