From 643db076b46b462f6bb2114fd12fb2a547ec37c5 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Mon, 19 Aug 2024 18:10:12 +0000 Subject: [PATCH] backup.pl: Use a sane timestamp format I don't think it is nice to mix underscare and dash. Signed-off-by: Michael Tremer --- config/backup/backup.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/backup/backup.pl b/config/backup/backup.pl index 7b2f95304..3b10b8707 100644 --- a/config/backup/backup.pl +++ b/config/backup/backup.pl @@ -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 -- 2.39.5