Fix missing EOF

This commit is contained in:
phahulin 2017-09-17 10:51:05 +03:00 committed by GitHub
parent ad626efaba
commit 1a32d3e61e
1 changed files with 2 additions and 1 deletions

View File

@ -717,7 +717,8 @@ configure_logrotate() {
copytruncate
dateext
dateformat %Y-%m-%d-%s
}"
}
EOF"
echo "<===== configure_logrotate"
}