Explorar o código

webhook deploy fix

bach %!s(int64=4) %!d(string=hai) anos
pai
achega
98ea6deeeb
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      bin/webhook.sh

+ 1 - 1
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" = "" ]