Commit 437f2148 authored by Matevz Golob's avatar Matevz Golob

jupyter is using internal local IPv6 adress which starts with fd46

parent edff96ea
...@@ -16,7 +16,7 @@ for pid in $ZOPE_PIDS; ...@@ -16,7 +16,7 @@ for pid in $ZOPE_PIDS;
echo $pid, $ip_port, $port echo $pid, $ip_port, $port
# socat # socat
if [[ $ip_port == 2001* ]]; if [[ $ip_port == fd46* ]];
then then
ipv6_ip=${ip_port:0:10} ipv6_ip=${ip_port:0:10}
ipv6_port=${ip_port:11:15} ipv6_port=${ip_port:11:15}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment