remove obsolete start.sh

This commit is contained in:
Joachim Lusiardi 2016-04-08 06:31:10 +02:00
parent 27ba704ee6
commit 63994b2103
1 changed files with 0 additions and 10 deletions

View File

@ -1,10 +0,0 @@
#!/bin/bash
if [ -s /data/haproxy/cert.pem ]
then
# ssl cert seems to exist, so start with
/usr/sbin/haproxy -f /haproxy_ssl.conf -p /haproxy.pid -db
else
bash
fi