Fix spaces/tabs mix

parent 901b13ee
...@@ -90,8 +90,8 @@ while :; do ...@@ -90,8 +90,8 @@ while :; do
if [ -f /opt/slapos/bin/slapformat ] && [ -f /opt/slapos/bin/bang ]; then if [ -f /opt/slapos/bin/slapformat ] && [ -f /opt/slapos/bin/bang ]; then
zypper search -i slapos.node | grep slapos.node > /dev/null zypper search -i slapos.node | grep slapos.node > /dev/null
if [ $? != 0 ]; then if [ $? != 0 ]; then
echo -n "Installing SlapOS" echo -n "Installing SlapOS"
zypper --gpg-auto-import-keys install -fy slapos.node zypper --gpg-auto-import-keys install -fy slapos.node
fi fi
# slapos tools available, nothing to do # slapos tools available, nothing to do
break break
......
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