Browse Source

webhook deploy fix

bach 2 years ago
parent
commit
4554f1fa5a
1 changed files with 1 additions and 1 deletions
  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" = "" ]