]> git.proxmox.com Git - mirror_acme.sh.git/commit - notify/smtp.sh
Use grep -E instead of expr
authorChris <chris@chris03.com>
Wed, 1 Mar 2023 02:08:15 +0000 (21:08 -0500)
committerChris <chris@chris03.com>
Wed, 1 Mar 2023 02:08:33 +0000 (21:08 -0500)
commit1522b713da92e1f267208a4a35935e3abc687b15
treeaf4ff1490bdb15cd1645a00d28650091f5eaf0c9
parentfe6b27bb59674bb047a8f938aab1f0289fad6732
Use grep -E instead of expr

expr was printing  `expr: warning: '^.*[<>"]': using '^' as the first character of a basic regular expression is not portable;`
notify/smtp.sh