Commit 025de52e authored by Rafael Monnerat's avatar Rafael Monnerat

obs: Remove useless entry.

parent d872c992
......@@ -44,7 +44,6 @@ Directory Organisation
- slapos.spec.in : configuration file for rpm packaging
- slapos-node/ : Template to build package
- Makefile : Makefile to build slapos and add files for package
- slapos-re6st-setup : shell script that can setup re6st for you.
- template/ : template files for package (cron.d, service)
- slapos/ : to build slapos. Contain buildout.cfg.in
......
......@@ -108,7 +108,7 @@ if [ -f /etc/openvpn/vifib.conf ]; then
fi
%post
echo """To generate slapos configuration run '#slapos node register'"""
echo """To generate slapos configuration run 'slapos node register'"""
%preun
if [ -f /etc/openvpn/vifib.conf ]; 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