From 983ac1851415f7c7fdb37e8ace1759ca23a6a52b Mon Sep 17 00:00:00 2001 From: Roy <88516395+moraroy@users.noreply.github.com> Date: Fri, 29 May 2026 00:49:13 -0700 Subject: [PATCH] Remove unnecessary systemctl commands Removed systemctl commands for daemon reload and restart. --- NSLPluginInstaller.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/NSLPluginInstaller.sh b/NSLPluginInstaller.sh index ca54f3d..a23e3d8 100644 --- a/NSLPluginInstaller.sh +++ b/NSLPluginInstaller.sh @@ -139,9 +139,7 @@ cd "$LOCAL_DIR" -systemctl daemon-reload -systemctl restart plugin_loader -sleep 3 + # Ask to switch to Game Mode zenity --question --text="Plugin installed or updated. Do you want to switch to Game Mode now?" --title="Switch to Game Mode?" --ok-label="Yes" --cancel-label="No"