mirror of
/repos/baseimage-docker.git
synced 2026-02-27 17:41:59 +01:00
Merge pull request #129 from kingdonb/master
syslog-ng.ctl left around after commit
This commit is contained in:
@@ -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=""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user