From 6b74615697e4cd53e9f9e4b19cbaf15b34f79b12 Mon Sep 17 00:00:00 2001 From: the-sane <3657071+the-sane@users.noreply.github.com> Date: Sat, 5 Sep 2020 08:03:23 -0400 Subject: [PATCH] End quote --- lug-helper.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lug-helper.sh b/lug-helper.sh index ff77778..86ced35 100755 --- a/lug-helper.sh +++ b/lug-helper.sh @@ -464,7 +464,7 @@ set_filelimit() { # Using systemd echo -e "Updating /etc/systemd/system.conf..." # Append to the file - pkexec sh -c 'echo "DefaultLimitNOFILE=524288 >> /etc/systemd/system.conf && systemctl daemon-reexec' + pkexec sh -c 'echo "DefaultLimitNOFILE=524288" >> /etc/systemd/system.conf && systemctl daemon-reexec' echo -e "Done.\n" elif [ -f "/etc/security/limits.conf" ]; then # Using limits.conf