Remove duplicate option.

parent 7f52951e
...@@ -54,7 +54,7 @@ while [ $? != 0 ]; do ...@@ -54,7 +54,7 @@ while [ $? != 0 ]; do
let i++ let i++
fi fi
echo "Retrying slapformat" echo "Retrying slapformat"
/opt/slapos/bin/slapformat --now --console --verbose --verbose --log_file=/opt/slapos/slapformat.log $SLAPOS_CONFIGURATION/slapos.cfg /opt/slapos/bin/slapformat --now --console --verbose --log_file=/opt/slapos/slapformat.log $SLAPOS_CONFIGURATION/slapos.cfg
done done
if [ $ONLY_SLAPFORMAT = false ]; then if [ $ONLY_SLAPFORMAT = false ]; then
......
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