diff --git a/DBRepair.sh b/DBRepair.sh index 0c49040..1dd69e9 100755 --- a/DBRepair.sh +++ b/DBRepair.sh @@ -2,12 +2,12 @@ ######################################################################### # Plex Media Server database check and repair utility script. # # Maintainer: ChuckPa # -# Version: v1.07.00 # -# Date: 14-Jun-2024 # +# Version: v1.08.00 # +# Date: 28-Aug-2024 # ######################################################################### # Version for display purposes -Version="v1.07.00" +Version="v1.08.00" # Have the databases passed integrity checks CheckedDB=0 @@ -657,6 +657,11 @@ HostConfig() { StopCommand="s6-svc -d /var/run/service/svc-plex" fi + if [ -d "/run/service/svc-plex" ]; then + HaveStartStop=1 + StartCommand="s6-svc -u /run/service/svc-plex" + StopCommand="s6-svc -d /run/service/svc-plex" + if [ -d "/var/run/s6/services/plex" ]; then HaveStartStop=1 StartCommand="s6-svc -u /var/run/s6/services/plex" diff --git a/README.md b/README.md index 6b58535..2c6986f 100644 --- a/README.md +++ b/README.md @@ -126,6 +126,9 @@ Enter command # -or- command name (4 char min) : ``` Plex,inc and LSIO docker images are included in "Docker" platform category independent of the actual host. + Additional hosts and docker images can easily be supported in almost all cases with appropriate path + information. Please contact me as needed. + ### General installation and usage instructions diff --git a/ReleaseNotes b/ReleaseNotes index 347928b..28dce18 100644 --- a/ReleaseNotes +++ b/ReleaseNotes @@ -8,6 +8,11 @@ ![Maintenance](https://img.shields.io/badge/Maintained-Yes-green.svg) # Release Info: +v1.08.00 + + 1. Linuxserver.io - Add support for new start/stop path. + Silently support both previous and new path start/stop mechanisms. + v1.07.00 1. Mac start/stop - DBRepair now supports start/stop from the menu.