From 65dec6e6672b191a899bc305d78b7b64eebbe9db Mon Sep 17 00:00:00 2001 From: allan Date: Fri, 8 Nov 2024 12:25:34 +0100 Subject: [PATCH] tested on ubuntu 24.04 --- README.md | 2 +- clear-journal-log | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a505662..6a886f9 100644 --- a/README.md +++ b/README.md @@ -22,4 +22,4 @@ Nothing to do. More guides can be found on [\[wiki.x-files.dk\]](https://wiki.x-files.dk) ### Last tested -January 12th 2024 on Ubuntu 22.04. +November 8th 2024 on Ubuntu 24.04. diff --git a/clear-journal-log b/clear-journal-log index 1e9a201..f9e615f 100755 --- a/clear-journal-log +++ b/clear-journal-log @@ -30,7 +30,7 @@ script=" # # Define variables and functions # -logfile=\"/var/log/cleanupjournal.log\" +logfile=\"/var/log/clear-journal.log\" line () { for i in {1..100}; do echo -n \"\$1\"; done && printf \"\\n\"; } datenow=\$(date +\"%d-%m-%Y %H:%M\") #