Syntax error

This commit is contained in:
ChuckPa 2023-03-14 15:45:02 -04:00
parent d2639c89e2
commit 3f32a57d1b
No known key found for this signature in database
GPG Key ID: 3CE28A0F6BC31B5B

View File

@ -517,7 +517,7 @@ HostConfig() {
return 0
# 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"
AppSuppDir="/config"