Commit f36b05a5 authored by Jean-Baptiste Petre's avatar Jean-Baptiste Petre

if re6st-needed exists, then is starts re6stnet

parent bbc5fa3f
......@@ -29,6 +29,12 @@ if [ $ONLY_SLAPFORMAT = false ]; then
sleep 10
fi
# Launch re6stnet
if [ -f $SLAPOS_CONFIGURATION/re6st-needed ]; then
/etc/init.d/re6stnet start
sleep 10
fi
# Wait for ipv6 connection to be ready
ping6 -c 2 $IPV6CHECK
while [ $? != 0 ];
......
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