Skip to content
Snippets Groups Projects
Commit ea756009 authored by Michiel de Jong's avatar Michiel de Jong
Browse files

make sure /data/server-wide/haproxy/certs/list.txt exists on setup

parent 82c87f1e
No related branches found
No related tags found
No related merge requests found
...@@ -11,7 +11,8 @@ docker pull tutum/nginx ...@@ -11,7 +11,8 @@ docker pull tutum/nginx
# Configure and start HAproxy # Configure and start HAproxy
docker pull dockerfile/haproxy docker pull dockerfile/haproxy
mkdir -p /data/server-wide/haproxy mkdir -p /data/server-wide/haproxy/certs
touch /data/server-wide/haproxy/certs/list.txt
cp /data/infrastructure/templates/haproxy-*.part /data/server-wide/haproxy/ cp /data/infrastructure/templates/haproxy-*.part /data/server-wide/haproxy/
rm /data/server-wide/haproxy/*.part rm /data/server-wide/haproxy/*.part
#rm /etc/systemd/system/multi-user.target.wants/* #rm /etc/systemd/system/multi-user.target.wants/*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment