mirror of
https://github.com/ChuckPa/PlexDBRepair.git
synced 2025-12-05 17:02:32 -05:00
Merge pull request #164 from markhoney/patch-1
Update DBRepair.sh, fix typo
This commit is contained in:
@@ -1843,7 +1843,7 @@ do
|
||||
echo " 3 - 'check' - Perform integrity check of database."
|
||||
echo " 4 - 'vacuum' - Remove empty space from database without optimizing."
|
||||
echo " 5 - 'repair' - Repair/Optimize databases."
|
||||
echo " 6 - 'reindex' - Rebuild database database indexes."
|
||||
echo " 6 - 'reindex' - Rebuild database indexes."
|
||||
|
||||
[ $HaveStartStop -gt 0 ] && echo " 7 - 'start' - Start PMS"
|
||||
[ $HaveStartStop -eq 0 ] && echo " 7 - 'start' - (Not available. Start manually)"
|
||||
|
||||
Reference in New Issue
Block a user