fix #1
continuous-integration/drone/tag Build is failing Details

This commit is contained in:
Paolo Asperti 2022-05-22 21:18:41 +02:00
parent 3e4323b63f
commit 98b21f83da
Signed by: paspo
GPG Key ID: 06D46905D19D5182
1 changed files with 5 additions and 0 deletions

5
run.sh
View File

@ -18,6 +18,7 @@ cat >/etc/rsyslog.conf <<EOF
\$FileCreateMode 0640
\$DirCreateMode 0755
\$Umask 0022
\$PreserveFQDN on
module(load="imudp")
input(type="imudp" port="514" )
@ -27,6 +28,10 @@ input(type="imtcp" port="514" )
module(load="mmutf8fix")
action(type="mmutf8fix" replacementChar="?" )
# If the hostname is not specified, we use fromhost
if (\$hostname == '') then set \$!hostname = \$fromhost;
EOF
if [ "${TARGET_PROTO}" = "udp" ] ; then