userlogrotate: set rotate date format in right order (YYYY-MM-DD)!
gitea/ansible-roles/pipeline/head This commit looks good Details

This commit is contained in:
William Hirigoyen 2023-03-03 14:39:16 +01:00
parent 4d3f92df23
commit af569f8c26
2 changed files with 2 additions and 1 deletions

View File

@ -36,6 +36,7 @@ The **patch** part changes is incremented if multiple releases happen the same m
* webapps/nextcloud : Small enhancement on the vhost template to lock out data dir
* yarn: update apt key
* apt: Use pub.evolix.org instead of pub.evolix.net'
* userlogrotate: set rotate date format in right order (YYYY-MM-DD)!
### Fixed

View File

@ -1,6 +1,6 @@
#!/bin/bash
DATE=`/bin/date +"%d-%m-%Y"`
DATE=`/bin/date +"%Y-%m-%d"`
HOMEPREFIX="/home"
rotate () {