Skip to content

Commit

Permalink
Typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jfroment committed Sep 11, 2020
1 parent a2543bc commit 593d24f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion init.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

echo "[$0] Initializing..."
docker network create traefik-network 2&>1 || true
docker network create traefik-network 2>&1 || true
if [[ ! -f .env ]]; then
cp .env.sample .env
echo "[$0] Please edit .env file"
Expand Down

0 comments on commit 593d24f

Please sign in to comment.