Loading src/network.sh +2 −2 Original line number Diff line number Diff line Loading @@ -341,9 +341,9 @@ configurePasst() { exclude=$(getHostPorts "$HOST_PORTS") if [ -z "$exclude" ]; then exclude="all" exclude="%${VM_NET_DEV}/all" else exclude="~${exclude//,/,~}" exclude="%${VM_NET_DEV}/~${exclude//,/,~}" fi PASST_OPTS+=" -t $exclude" Loading Loading
src/network.sh +2 −2 Original line number Diff line number Diff line Loading @@ -341,9 +341,9 @@ configurePasst() { exclude=$(getHostPorts "$HOST_PORTS") if [ -z "$exclude" ]; then exclude="all" exclude="%${VM_NET_DEV}/all" else exclude="~${exclude//,/,~}" exclude="%${VM_NET_DEV}/~${exclude//,/,~}" fi PASST_OPTS+=" -t $exclude" Loading