6 lines
123 B
Bash
Executable file
6 lines
123 B
Bash
Executable file
#! /bin/sh
|
|
|
|
if [ -e /conf/stack/syslog-ng-extra.conf ]
|
|
then
|
|
cp /conf/stack/syslog-ng-extra.conf /etc/syslog-ng/conf.d/
|
|
fi
|