mirror of
https://github.com/standardebooks/web.git
synced 2025-07-05 14:20:29 -04:00
Fix rotate log script
This commit is contained in:
parent
0483a6d841
commit
bf010f8e3c
1 changed files with 1 additions and 1 deletions
|
@ -72,4 +72,4 @@ for filename in ${directory}/${filenameBase}.*; do
|
||||||
done
|
done
|
||||||
|
|
||||||
# Set this for `fail2ban` to use.
|
# Set this for `fail2ban` to use.
|
||||||
ln -s "$1" "${directory}"/current.log
|
ln --force --symbolic "$1" "${directory}"/current.log
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue