mirror of
https://github.com/ChuckPa/PlexDBRepair.git
synced 2026-02-11 21:55:50 -06:00
bugfix: Hotio check for proper directory to exist for service start/stop
This commit is contained in:
@@ -579,7 +579,7 @@ HostConfig() {
|
||||
DBDIR="$AppSuppDir/Plug-in Support/Databases"
|
||||
LOGFILE="$DBDIR/DBRepair.log"
|
||||
LOG_TOOL="logger"
|
||||
if [ -d /run/service/plex ]; then
|
||||
if [ -d /run/service/service-plex ]; then
|
||||
HaveStartStop=1
|
||||
StartCommand="s6-svc -u /run/service/service-plex"
|
||||
StopCommand="s6-svc -d /run/service/service-plex"
|
||||
|
||||
Reference in New Issue
Block a user