Remove unnecessary systemctl commands

Removed systemctl commands for daemon reload and restart.
This commit is contained in:
Roy
2026-05-29 00:49:13 -07:00
committed by GitHub
parent dff6045347
commit 983ac18514
+1 -3
View File
@@ -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"