Skip to content

Commit 7b264a6

Browse files
committed
Remove empty line
1 parent 22681b2 commit 7b264a6

File tree

1 file changed

+0
-1
lines changed
  • root/etc/s6-overlay/s6-rc.d/init-syslog-ng-config

1 file changed

+0
-1
lines changed

root/etc/s6-overlay/s6-rc.d/init-syslog-ng-config/run

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ CONF_VERSION=$(grep -oP "@version: \K(\d+\.\d+)" "/config/syslog-ng.conf")
1010
SYSLOG_VERSION=$(syslog-ng --version | grep "Config version" | awk -F ':' '{print $2}' | tr -d '[:space:]')
1111

1212
if [[ -f "/config/syslog-ng.conf" ]] && (( $(bc -l <<< "${CONF_VERSION} < ${SYSLOG_VERSION}") )); then
13-
1413
cat <<-EOF
1514
********************************************************
1615
********************************************************

0 commit comments

Comments
 (0)