webhook deploy fix

This commit is contained in:
Bachir Soussi Chiadmi 2021-05-18 14:37:00 +02:00
parent 98ea6deeeb
commit 4554f1fa5a

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" = "" ]