Commit 2f336b3f authored by Vivien Alger's avatar Vivien Alger

Problem with end of file

parent 88cfa65a
......@@ -3,4 +3,3 @@ if [ -f /bin/systemctl ]; then
systemctl enable slapos-node.service
systemctl start slapos-node.service
fi
if [ -f /bin/systemctl ]; then
systemctl restart slapos-node.service
fi
if [ -f /bin/systemctl ]; then
systemctl stop slapos-node.service
fi
......@@ -93,4 +93,3 @@ mkdir -p $RPM_BUILD_ROOT/opt/slapos/log
%files
/
%defattr(-,root,root)
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