webhook deploy fix

This commit is contained in:
Bachir Soussi Chiadmi 2021-05-18 14:35:19 +02:00
parent d69c6d778a
commit 98ea6deeeb

View File

@ -56,7 +56,7 @@ if [ "$_domain" != "" ]; then
fi
done
_id=echo "$_domain" | sed "s/./_/g"
_id=$(echo "$_domain" | sed "s/./_/g")
_remote=""
while [ "$_remote" = "" ]