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:
Michael Tremer
2024-08-19 18:10:12 +00:00
parent 5b2ee7520f
commit 643db076b4

View File

@@ -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