mirror of
https://github.com/plantroon/acme.sh.git
synced 2024-11-10 00:11:45 +00:00
fix: remove :xdigit:
This commit is contained in:
parent
a9c4b8dd1a
commit
74cdcde449
@ -58,7 +58,7 @@ teams_send() {
|
||||
_color="$TEAMS_SKIP_COLOR"
|
||||
;;
|
||||
esac
|
||||
_color="$(echo "${_color:-$TEAMS_THEME_COLOR}" | tr -cd '[:xdigit:]')"
|
||||
_color="$(echo "${_color:-$TEAMS_THEME_COLOR}" | tr -cd 'a-fA-F0-9')"
|
||||
|
||||
_data="{\"title\": \"$_subject\","
|
||||
if [ -n "$_color" ]; then
|
||||
|
Loading…
Reference in New Issue
Block a user