Indent, whitespaces

parent 788ee21d
...@@ -16,7 +16,7 @@ if [ $ONLY_SLAPFORMAT = false ]; then ...@@ -16,7 +16,7 @@ if [ $ONLY_SLAPFORMAT = false ]; then
echo "Starting slap script" echo "Starting slap script"
# Check ipv4 # Check ipv4
ping -c 2 $IPV4CHECK ping -c 2 $IPV4CHECK
while [ $? != 0 ]; do while [ $? != 0 ]; do
sleep $(($i * 5)) sleep $(($i * 5))
...@@ -26,13 +26,13 @@ if [ $ONLY_SLAPFORMAT = false ]; then ...@@ -26,13 +26,13 @@ if [ $ONLY_SLAPFORMAT = false ]; then
ping -c 2 $IPV4CHECK ping -c 2 $IPV4CHECK
done done
# Launch openvpn # Launch openvpn
if [ -f $SLAPOS_CONFIGURATION/openvpn-needed ]; then if [ -f $SLAPOS_CONFIGURATION/openvpn-needed ]; then
/etc/init.d/openvpn start /etc/init.d/openvpn start
sleep 10 sleep 10
fi fi
# Wait for ipv6 connection to be ready # Wait for ipv6 connection to be ready
i=0 i=0
ping6 -c 2 $IPV6CHECK ping6 -c 2 $IPV6CHECK
while [ $? != 0 ]; while [ $? != 0 ];
...@@ -61,7 +61,7 @@ while [ $? != 0 ]; do ...@@ -61,7 +61,7 @@ while [ $? != 0 ]; do
done done
if [ $ONLY_SLAPFORMAT = false ]; then if [ $ONLY_SLAPFORMAT = false ]; then
# Run bang # Run bang
i=1 i=1
echo -n "Banging..." echo -n "Banging..."
/opt/slapos/bin/bang -m "Rebooted" $SLAPOS_CONFIGURATION/slapos.cfg /opt/slapos/bin/bang -m "Rebooted" $SLAPOS_CONFIGURATION/slapos.cfg
...@@ -75,6 +75,6 @@ if [ $ONLY_SLAPFORMAT = false ]; then ...@@ -75,6 +75,6 @@ if [ $ONLY_SLAPFORMAT = false ]; then
done done
echo "done." echo "done."
# Run slapgrid on all computer partitions # Run slapgrid on all computer partitions
/opt/slapos/bin/slapgrid-cp --verbose --develop --now --logfile=/opt/slapos/slapgrid-cp.log --pidfile=/opt/slapos/slapgrid-cp.pid $SLAPOS_CONFIGURATION/slapos.cfg >> /opt/slapos/slapgrid-cp.log 2>&1 /opt/slapos/bin/slapgrid-cp --verbose --develop --now --logfile=/opt/slapos/slapgrid-cp.log --pidfile=/opt/slapos/slapgrid-cp.pid $SLAPOS_CONFIGURATION/slapos.cfg >> /opt/slapos/slapgrid-cp.log 2>&1
fi fi
\ No newline at end of file
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