mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-04-28 11:50:06 +00:00
Plex: restart service after update to apply new version (#13017)
This commit is contained in:
parent
16dfad5c77
commit
3db4ac1050
1 changed files with 5 additions and 0 deletions
|
|
@ -79,6 +79,11 @@ function update_script() {
|
|||
$STD apt update
|
||||
$STD apt install -y plexmediaserver
|
||||
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!"
|
||||
exit
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue