fix: weird stuff i can only in bash (apparently)

This commit is contained in:
Strix 2023-10-22 18:05:48 +02:00
parent 7ad7d838a3
commit f1406e2f36
No known key found for this signature in database
GPG key ID: 49B2E37B8915B774

View file

@ -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..."