Browse Source

webhook deploy fix

bach 4 năm trước cách đây
mục cha
commit
98ea6deeeb
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" = "" ]