Explorar el Código

webhook deploy fix

bach hace 3 años
padre
commit
4554f1fa5a
Se han modificado 1 ficheros con 1 adiciones y 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" = "" ]