mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
backup.pl: Use a sane timestamp format
I don't think it is nice to mix underscare and dash. Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
|
||||
shopt -s nullglob
|
||||
|
||||
NOW="$(date "+%Y-%m-%d_%H-%M")"
|
||||
NOW="$(date "+%Y-%m-%d-%H%M")"
|
||||
|
||||
list_addons() {
|
||||
local file
|
||||
|
||||
Reference in New Issue
Block a user