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

unban affect .env

parent 86c8b621
Branches
No related tags found
No related merge requests found
...@@ -32,7 +32,7 @@ fi ...@@ -32,7 +32,7 @@ fi
# Vérifier l'adresse IPv4 fournie # Vérifier l'adresse IPv4 fournie
validate_ipv4 "$1" validate_ipv4 "$1"
if [[ $? -eq 0 ]]; then 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 docker-compose up -d
else else
exit 1 exit 1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment