1
0
mirror of /repos/baseimage-docker.git synced 2025-12-31 08:11:29 +01:00

syslog-ng.ctl left around after commit

For phusion/baseimage#128
This commit is contained in:
Kingdon Barrett 2014-08-07 15:15:07 -04:00
parent 97e256cc61
commit 212e080b58

View File

@ -5,6 +5,7 @@ set -e
# e.g. because of the issue documented at https://github.com/phusion/baseimage-docker/pull/25,
# then we remove it.
if [ ! -S /dev/log ]; then rm -f /dev/log; fi
if [ ! -S /var/lib/syslog-ng/syslog-ng.ctl ]; then rm -f /var/lib/syslog-ng/syslog-ng.ctl; fi
SYSLOGNG_OPTS=""