mirror of
https://github.com/ChuckPa/PlexDBRepair.git
synced 2026-02-12 05:56:11 -06:00
change 98 to 88 on update
This commit is contained in:
@@ -1611,7 +1611,7 @@ do
|
|||||||
echo " 11 - 'status' - Report status of PMS (run-state and databases)"
|
echo " 11 - 'status' - Report status of PMS (run-state and databases)"
|
||||||
echo " 12 - 'undo' - Undo last successful command"
|
echo " 12 - 'undo' - Undo last successful command"
|
||||||
echo ""
|
echo ""
|
||||||
echo " 98 - 'update' - Check for script update"
|
echo " 88 - 'update' - Check for script update"
|
||||||
echo " 99 - 'quit' - Quit immediately. Keep all temporary files."
|
echo " 99 - 'quit' - Quit immediately. Keep all temporary files."
|
||||||
echo " 'exit' - Exit with cleanup options."
|
echo " 'exit' - Exit with cleanup options."
|
||||||
fi
|
fi
|
||||||
@@ -1913,7 +1913,7 @@ do
|
|||||||
DoUndo
|
DoUndo
|
||||||
;;
|
;;
|
||||||
|
|
||||||
98|upda*)
|
88|upda*)
|
||||||
|
|
||||||
DoUpdate=0
|
DoUpdate=0
|
||||||
Output "Checking for script update"
|
Output "Checking for script update"
|
||||||
|
|||||||
Reference in New Issue
Block a user