mirror of
https://github.com/ChuckPa/PlexDBRepair.git
synced 2025-11-06 03:08:55 -05:00
Update DBRepair.sh
This commit is contained in:
parent
5374d287e6
commit
b1738d3da0
@ -3,11 +3,11 @@
|
|||||||
# 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.0 #
|
# Version: v1.0.0 #
|
||||||
# Date: 05-Mar-2023 #
|
# Date: 13-Mar-2023 #
|
||||||
#########################################################################
|
#########################################################################
|
||||||
|
|
||||||
# Version for display purposes
|
# Version for display purposes
|
||||||
Version="v1.0.0 - RC 1"
|
Version="v1.0.0"
|
||||||
|
|
||||||
# Flag when temp files are to be retained
|
# Flag when temp files are to be retained
|
||||||
Retain=0
|
Retain=0
|
||||||
@ -1411,7 +1411,7 @@ do
|
|||||||
# echo "$1"
|
# echo "$1"
|
||||||
shift
|
shift
|
||||||
else
|
else
|
||||||
read Input
|
[ $Scripted -eq 0 ] && read Input
|
||||||
|
|
||||||
# Handle EOF/forced exit
|
# Handle EOF/forced exit
|
||||||
if [ "$Input" = "" ] ; then
|
if [ "$Input" = "" ] ; then
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user