Update DBRepair.sh

This commit is contained in:
Chuck 2023-03-13 22:04:08 -04:00 committed by GitHub
parent 5374d287e6
commit b1738d3da0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,11 +3,11 @@
# Plex Media Server database check and repair utility script. #
# Maintainer: ChuckPa #
# Version: v1.0.0 #
# Date: 05-Mar-2023 #
# Date: 13-Mar-2023 #
#########################################################################
# Version for display purposes
Version="v1.0.0 - RC 1"
Version="v1.0.0"
# Flag when temp files are to be retained
Retain=0
@ -1411,7 +1411,7 @@ do
# echo "$1"
shift
else
read Input
[ $Scripted -eq 0 ] && read Input
# Handle EOF/forced exit
if [ "$Input" = "" ] ; then