Commit d0e592fc authored by Thomas Larrieu's avatar Thomas Larrieu

Added a line to create 'openvpn-needed' file

parent c2bca724
......@@ -17,5 +17,7 @@ install: all
mkdir -p $(DESTDIR)/etc/openvpn/
cp -r template/openvpn/* $(DESTDIR)/etc/openvpn/
mkdir -p $(DESTDIR)/etc/opt/slapos/
# By default, we want to activate openvpn usage
touch $(DESTDIR)/etc/opt/openvpn-needed
clean:
# cd slapos; make clean
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