aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xpostbuild.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/postbuild.sh b/postbuild.sh
index 87fcd08..02c99c3 100755
--- a/postbuild.sh
+++ b/postbuild.sh
@@ -20,7 +20,7 @@ sed -i".bak" "s/{{ VERSION }}/$VERSION/g" service-worker.js
tput setaf 4; echo "> Add cache-files to webmanifest..."; tput sgr0
cache_files="";
for file in *; do
- if [[ "$file" =~ (manifest.webmanifest|*.git|*.bak) ]]; then
+ if [[ "$file" =~ (manifest.webmanifest|.git|.bak) ]]; then
continue
fi
if [[ "$cache_files" == "" ]]; then