mirror of
https://github.com/ChuckPa/PlexDBRepair.git
synced 2025-11-06 03:08:55 -05:00
Syntax error
This commit is contained in:
parent
d2639c89e2
commit
3f32a57d1b
@ -517,7 +517,7 @@ HostConfig() {
|
|||||||
return 0
|
return 0
|
||||||
|
|
||||||
# BINHEX Plex image
|
# BINHEX Plex image
|
||||||
elif [-f /usr/lib/python3.10/binhex.py ] && [ -d "/config/Plex Media Server" ]; then
|
elif [ -f /usr/lib/python3.10/binhex.py ] && [ -d "/config/Plex Media Server" ]; then
|
||||||
|
|
||||||
PLEX_SQLITE="/usr/lib/plexmediaserver/Plex SQLite"
|
PLEX_SQLITE="/usr/lib/plexmediaserver/Plex SQLite"
|
||||||
AppSuppDir="/config"
|
AppSuppDir="/config"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user