diff --git a/bin/webhook.sh b/bin/webhook.sh index 2aed3a9..6597e6e 100755 --- a/bin/webhook.sh +++ b/bin/webhook.sh @@ -56,7 +56,7 @@ if [ "$_domain" != "" ]; then fi done -_id=echo "$_domain" | sed "s/./_/g" +_id=$(echo "$_domain" | sed "s/./_/g") _remote="" while [ "$_remote" = "" ]