Przeglądaj źródła

webhook deploy fix

bach 3 lat temu
rodzic
commit
98ea6deeeb
1 zmienionych plików z 1 dodań i 1 usunięć
  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" = "" ]