fix: weird stuff i can only in bash (apparently)
This commit is contained in:
parent
7ad7d838a3
commit
f1406e2f36
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/sh
|
#!/bin/bash
|
||||||
|
|
||||||
if ! docker network inspect proxy &> /dev/null; then
|
if ! docker network inspect proxy &> /dev/null; then
|
||||||
echo "creating proxy network..."
|
echo "creating proxy network..."
|
||||||
|
|
Loading…
Reference in a new issue