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