Binhex: Fat-fingered IF test.

This commit is contained in:
ChuckPa 2023-05-31 23:16:58 -04:00
parent d50124a0e6
commit d508e761d2
No known key found for this signature in database
GPG Key ID: 3CE28A0F6BC31B5B

View File

@ -2,12 +2,12 @@
######################################################################### #########################################################################
# Plex Media Server database check and repair utility script. # # Plex Media Server database check and repair utility script. #
# Maintainer: ChuckPa # # Maintainer: ChuckPa #
# Version: v1.0.6 # # Version: v1.0.7 #
# Date: 28-May-2023 # # Date: 31-May-2023 #
######################################################################### #########################################################################
# Version for display purposes # Version for display purposes
Version="v1.0.6" Version="v1.0.7"
# Flag when temp files are to be retained # Flag when temp files are to be retained
Retain=0 Retain=0
@ -604,7 +604,7 @@ HostConfig() {
# BINHEX Plex image # BINHEX Plex image
elif [ -e /etc/os-release ] && grep "IMAGE_ID=archlinux" /etc/os-release 1>/dev/null && \ elif [ -e /etc/os-release ] && grep "IMAGE_ID=archlinux" /etc/os-release 1>/dev/null && \
[ -e /home/nobody/start.sh ] && [ grep PLEX_MEDIA /home/nobody/start.sh 1> /dev/null ]; then [ -e /home/nobody/start.sh ] && grep PLEX_MEDIA /home/nobody/start.sh 1> /dev/null ; then
PLEX_SQLITE="/usr/lib/plexmediaserver/Plex SQLite" PLEX_SQLITE="/usr/lib/plexmediaserver/Plex SQLite"
AppSuppDir="/config" AppSuppDir="/config"