rename backup-server-state to dump-server-state #150

Closed
gcolpart wants to merge 518 commits from unstable into rename-backup-server-state
2 changed files with 2 additions and 1 deletions
Showing only changes of commit af569f8c26 - Show all commits

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 () {