Skip to content
Snippets Groups Projects
Commit 5dffd4d5 authored by Elian Loraux's avatar Elian Loraux
Browse files

unban affect .env

parent 86c8b621
No related branches found
No related tags found
No related merge requests found
......@@ -32,7 +32,7 @@ fi
# Vérifier l'adresse IPv4 fournie
validate_ipv4 "$1"
if [[ $? -eq 0 ]]; then
sed -E "s/,\`$1\`//g; s/\`$1\`,//g; s/\`$1\`//g"
sed -i "s/,\`$1\`//g; s/\`$1\`,//g; s/\`$1\`//g" .env
docker-compose up -d
else
exit 1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment