tested on ubuntu 24.04

This commit is contained in:
allan 2024-11-08 12:25:34 +01:00
parent 8fa07c4f9d
commit 65dec6e667
2 changed files with 2 additions and 2 deletions

View File

@ -22,4 +22,4 @@ Nothing to do.
More guides can be found on [\[wiki.x-files.dk\]](https://wiki.x-files.dk) More guides can be found on [\[wiki.x-files.dk\]](https://wiki.x-files.dk)
### Last tested ### Last tested
January 12th 2024 on Ubuntu 22.04. November 8th 2024 on Ubuntu 24.04.

View File

@ -30,7 +30,7 @@ script="
# #
# Define variables and functions # 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\"; } line () { for i in {1..100}; do echo -n \"\$1\"; done && printf \"\\n\"; }
datenow=\$(date +\"%d-%m-%Y %H:%M\") datenow=\$(date +\"%d-%m-%Y %H:%M\")
# #