From 7a7f850f01cd5bf9d95f9f6e75c4a1dc939a81cf Mon Sep 17 00:00:00 2001 From: Marcel Robitaille Date: Mon, 7 Mar 2022 09:35:45 -0500 Subject: [PATCH] [firefox] Ignore more backup files in mozilla path --- config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.yaml b/config.yaml index e382348..9ef3623 100644 --- a/config.yaml +++ b/config.yaml @@ -108,7 +108,7 @@ variables: - 'yarn.*' dynvariables: - mozilla_path: find ~/.mozilla/firefox -maxdepth 1 -name '*.default*' -and -not -name '*.bak' || true + mozilla_path: find ~/.mozilla/firefox -maxdepth 1 -name '*.default*' -and -not -name '*.bak' -and -not -name '*back*'|| true cura_version: cura --version 2>/dev/null | sed 's/.*\([0-9]\+\.[0-9]\+\)\.[0-9]\+/\1/' # Use a dynamic variable as a path and populate it with crontab # Hack to make compare work correctly