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

remove old comment

parent 3bd139e8
No related branches found
No related tags found
No related merge requests found
......@@ -42,9 +42,6 @@ if [[ $? -eq 0 ]]; then
# else, add comma between ip
sed -i -E "/^BAN_IPS=/ s/$/,\`$IP\`/" .env
fi
# sed -i "s/^BAN_IPS=\(.*\)/BAN_IPS=\1,\`$1\`/" .env
# sed "s/^BAN_IPS=\(.*\)/BAN_IPS=\1,\`79.85.55.114\`/" .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 register or to comment