Plex: restart service after update to apply new version (#13017)

This commit is contained in:
CanbiZ (MickLesk)
2026-03-18 08:32:34 +01:00
committed by GitHub
parent 16dfad5c77
commit 3db4ac1050

View File

@@ -79,6 +79,11 @@ function update_script() {
$STD apt update $STD apt update
$STD apt install -y plexmediaserver $STD apt install -y plexmediaserver
msg_ok "Updated Plex Media Server" msg_ok "Updated Plex Media Server"
msg_info "Restarting Plex Media Server"
systemctl restart plexmediaserver
msg_ok "Restarted Plex Media Server"
msg_ok "Updated successfully!" msg_ok "Updated successfully!"
exit exit
} }