From afb1cde2d2c0f8adfea8bf3e6bca2f6b17da7799 Mon Sep 17 00:00:00 2001 From: the-sane <3657071+the-sane@users.noreply.github.com> Date: Sat, 5 Sep 2020 08:12:11 -0400 Subject: [PATCH] Fix typo --- lug-helper.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lug-helper.sh b/lug-helper.sh index 86ced35..86d61ab 100755 --- a/lug-helper.sh +++ b/lug-helper.sh @@ -460,7 +460,7 @@ set_filelimit() { # Adjust the limit if message 3 "We recommend setting the hard open\nfile descriptors limit to at least 524288.\n\nThe current value on your system appears to be $filelimit.\n\nWould you like this helper to change it for you?"; then - if [ -f "/etc/systed/system.conf" ]; then + if [ -f "/etc/systemd/system.conf" ]; then # Using systemd echo -e "Updating /etc/systemd/system.conf..." # Append to the file