Update start.sh

This commit is contained in:
MarkusMcNugen 2018-02-03 01:45:45 -05:00 committed by GitHub
parent 3999150de1
commit 20e6b2faa3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,6 @@
#!/bin/bash
# Kanged from binhex's OpenVPN dockers
set -x
set -e
# check for presence of network interface docker0
check_network=$(ifconfig | grep docker0 || true)