webhook deploy fix
This commit is contained in:
parent
d69c6d778a
commit
98ea6deeeb
@ -56,7 +56,7 @@ if [ "$_domain" != "" ]; then
|
||||
fi
|
||||
done
|
||||
|
||||
_id=echo "$_domain" | sed "s/./_/g"
|
||||
_id=$(echo "$_domain" | sed "s/./_/g")
|
||||
|
||||
_remote=""
|
||||
while [ "$_remote" = "" ]
|
||||
|
Loading…
x
Reference in New Issue
Block a user