Commit dcd9f25c authored by Vivien Alger's avatar Vivien Alger

Putting end of file back

parent 1509e510
......@@ -2,4 +2,4 @@ echo """To generate slapos configuration run '#slapos node register'"""
if [ -f /bin/systemctl ]; then
systemctl enable slapos-node.service
systemctl start slapos-node.service
fi
\ No newline at end of file
fi
if [ -f /bin/systemctl ]; then
systemctl restart slapos-node.service
fi
\ No newline at end of file
fi
if [ -f /bin/systemctl ]; then
systemctl stop slapos-node.service
fi
\ No newline at end of file
fi
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