Reload and restart plugin_loader after installation

Added systemctl commands to reload and restart plugin_loader after installation.
This commit is contained in:
Roy
2026-05-28 22:58:26 -07:00
committed by GitHub
parent 3bab8fc87a
commit dff6045347
+7
View File
@@ -136,6 +136,13 @@ fi
set -x
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"
if [ $? -eq 0 ]; then