From 7de13dc2c39c84aa1dc77f171fdff430b7f781e9 Mon Sep 17 00:00:00 2001 From: deathbybandaid Date: Fri, 8 Apr 2022 16:44:35 -0400 Subject: [PATCH] test --- 15-Tweaking_Systemd_Journalling.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/15-Tweaking_Systemd_Journalling.sh b/15-Tweaking_Systemd_Journalling.sh index 26c7308..1c15595 100644 --- a/15-Tweaking_Systemd_Journalling.sh +++ b/15-Tweaking_Systemd_Journalling.sh @@ -16,7 +16,7 @@ if [ ! -d "$journal_directory" ]; then fi systemd_journald_conf="/etc/systemd/journald.conf" -if (whiptail --title "Systemd Journalling limits" --yes-button "yes" --no-button "no" --yesno "Do You want to join a limit systemd journalling?" 10 80) +if (whiptail --title "Systemd Journalling limits" --yes-button "yes" --no-button "no" --yesno "Do You want to limit systemd journalling?" 10 80) then if [[ $(grep -L "Change Logging maximums" $systemd_journald_conf) ]]; then