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