]> arthur.barton.de Git - backup-script.git/commit
backup-audit: Fix shellcheck SC2196, dont use "egrep"
authorAlexander Barton <alexander.barton@thomas-daily.de>
Wed, 6 Mar 2019 14:18:08 +0000 (15:18 +0100)
committerAlexander Barton <alexander.barton@thomas-daily.de>
Wed, 6 Mar 2019 14:18:08 +0000 (15:18 +0100)
commitce74631c73649093557b0201722c930d07cfd66f
tree42d85d73d24565e63c9a15d9eea6fae2dd0acd16
parentee7dad6ebc7d49363c0dfeb3059fb7ec78f2e08d
backup-audit: Fix shellcheck SC2196, dont use "egrep"

egrep is non-standard and deprecated. Use grep -E instead.
bin/backup-audit