mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-03-31 06:33:53 -04:00
Plex: restart service after update to apply new version (#13017)
This commit is contained in:
committed by
GitHub
parent
16dfad5c77
commit
3db4ac1050
@@ -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
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user