Loading src/network.sh +2 −2 Original line number Diff line number Diff line Loading @@ -597,8 +597,8 @@ checkOS() { local if="macvlan" kernel=$(uname -a) [[ "${kernel,,}" == *"darwin"* ]] && os="Docker Desktop for macOS" [[ "${kernel,,}" == *"microsoft"* ]] && os="Docker Desktop for Windows" [[ "${kernel,,}" == *"darwin"* ]] && os="$ENGINE Desktop for macOS" [[ "${kernel,,}" == *"microsoft"* ]] && os="$ENGINE Desktop for Windows" if [[ "$DHCP" == [Yy1]* ]]; then if="macvtap" Loading Loading
src/network.sh +2 −2 Original line number Diff line number Diff line Loading @@ -597,8 +597,8 @@ checkOS() { local if="macvlan" kernel=$(uname -a) [[ "${kernel,,}" == *"darwin"* ]] && os="Docker Desktop for macOS" [[ "${kernel,,}" == *"microsoft"* ]] && os="Docker Desktop for Windows" [[ "${kernel,,}" == *"darwin"* ]] && os="$ENGINE Desktop for macOS" [[ "${kernel,,}" == *"microsoft"* ]] && os="$ENGINE Desktop for Windows" if [[ "$DHCP" == [Yy1]* ]]; then if="macvtap" Loading