Browse Source

webhook deploy fix

bach 3 năm trước cách đây
mục cha
commit
4554f1fa5a
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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" = "" ]