7 lines
96 B
Bash
7 lines
96 B
Bash
#!/bin/sh -e
|
|
|
|
/home/rhizomatica/bin/get_ip.sh
|
|
|
|
sysctl net.ipv6.conf.all.disable_ipv6=1
|
|
|
|
exit 0
|