This commit is contained in:
deathbybandaid 2022-04-08 16:44:35 -04:00
parent 608be30743
commit 7de13dc2c3

View File

@ -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