mirror of
https://github.com/ChuckPa/PlexDBRepair.git
synced 2026-02-12 05:56:11 -06:00
Compare commits
3 Commits
cd39ce5d14
...
44b4cb58d7
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
44b4cb58d7 | ||
|
|
99330103a8 | ||
|
|
559090d9d7 |
@@ -581,8 +581,8 @@ HostConfig() {
|
||||
LOG_TOOL="logger"
|
||||
if [ -d /run/service/plex ]; then
|
||||
HaveStartStop=1
|
||||
StartCommand="s6-svc -u /run/service/plex"
|
||||
StopCommand="s6-svc -d /run/service/plex"
|
||||
StartCommand="s6-svc -u /run/service/service-plex"
|
||||
StopCommand="s6-svc -d /run/service/service-plex"
|
||||
fi
|
||||
|
||||
HostType="HOTIO"
|
||||
|
||||
10
ReleaseNotes
10
ReleaseNotes
@@ -9,6 +9,16 @@
|
||||
|
||||
# Release Info:
|
||||
|
||||
v1.0.12
|
||||
|
||||
- Update HOTIO start/stop commands (re: #404461a)
|
||||
|
||||
v1.0.11
|
||||
|
||||
- Correct PMS stop problem. Stop operation would not wait until PMS actually stopped.
|
||||
Now DBRepair waits up to 30 seconds for PMS to stop before issuing error
|
||||
|
||||
|
||||
v1.0.10
|
||||
|
||||
- Correct bug when importing watch lists. Negative watch counts could occur.
|
||||
|
||||
Reference in New Issue
Block a user