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