use printf in new code. Reapply timestamp change

This commit is contained in:
ChuckPa 2022-11-11 13:57:15 -05:00
parent f45227abc4
commit aa296cf52d
No known key found for this signature in database
GPG Key ID: 3CE28A0F6BC31B5B

View File

@ -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?