mirror of
https://github.com/ChuckPa/PlexDBRepair.git
synced 2025-11-06 03:08:55 -05:00
use printf in new code. Reapply timestamp change
This commit is contained in:
parent
f45227abc4
commit
aa296cf52d
@ -440,7 +440,7 @@ SetLast() {
|
|||||||
CPPL=com.plexapp.plugins.library
|
CPPL=com.plexapp.plugins.library
|
||||||
|
|
||||||
# Initial timestamp
|
# Initial timestamp
|
||||||
TimeStamp="$(date "+%Y-%m-%d_%H:%M:%S")"
|
TimeStamp="$(date "+%Y-%m-%d_%H.%M.%S")"
|
||||||
|
|
||||||
# Initialize LastName LastTimestamp
|
# Initialize LastName LastTimestamp
|
||||||
SetLast "" ""
|
SetLast "" ""
|
||||||
@ -1056,7 +1056,7 @@ do
|
|||||||
# 7. - Get Viewstate/Watch history from another DB and import
|
# 7. - Get Viewstate/Watch history from another DB and import
|
||||||
elif [ $Choice -eq 7 ]; then
|
elif [ $Choice -eq 7 ]; then
|
||||||
|
|
||||||
echo -n "Pathname of database containing watch history to import: "
|
printf "Pathname of database containing watch history to import: "
|
||||||
read Input
|
read Input
|
||||||
|
|
||||||
# Did we get something?
|
# Did we get something?
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user