summaryrefslogtreecommitdiff
path: root/scripts/savepads.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/savepads.sh')
-rwxr-xr-xscripts/savepads.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/savepads.sh b/scripts/savepads.sh
index 852255c..f63cc66 100755
--- a/scripts/savepads.sh
+++ b/scripts/savepads.sh
@@ -30,7 +30,7 @@ function main() {
curl "$src" > "$dst" 2>/dev/null ||
die_with_error "must fetch $pad"
- grep "$match" "$dst" ||
+ grep -q "$match" "$dst" ||
die_with_error "expected \"$match\" to be in $src"
find "$dir" -type f -mtime +$age_days -regextype posix-extended -regex "^.*[0-9]{6}-[0-9]{6}_$pad$" -delete