diff --git a/src/usr/local/kobocloud/get.sh b/src/usr/local/kobocloud/get.sh index a2b2486..e462563 100755 --- a/src/usr/local/kobocloud/get.sh +++ b/src/usr/local/kobocloud/get.sh @@ -81,6 +81,9 @@ done < $UserConfig recursiveUpdateFiles() { for item in *; do + if [ "$item" = "*" ]; then + continue + fi if [ -d "$item" ]; then (cd -- "$item" && recursiveUpdateFiles) elif grep -Fq "$item" "$Lib/filesList.log"; then