test
This commit is contained in:
parent
608be30743
commit
7de13dc2c3
@ -16,7 +16,7 @@ if [ ! -d "$journal_directory" ]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
systemd_journald_conf="/etc/systemd/journald.conf"
|
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
|
then
|
||||||
|
|
||||||
if [[ $(grep -L "Change Logging maximums" $systemd_journald_conf) ]]; then
|
if [[ $(grep -L "Change Logging maximums" $systemd_journald_conf) ]]; then
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user