-
-
Notifications
You must be signed in to change notification settings - Fork 1
Closed
Labels
Description
Expected Behavior
plextraktsync command is deprecated. Update crontab abc file from:
"# min hour day month weekday command
0 */2 * * * /usr/bin/with-contenv python3 -m plextraktsync"
to
"# min hour day month weekday command
0 */2 * * * /usr/bin/with-contenv python3 -m plextraktsync sync"
Current Behavior
as is crontab results in the following warning:
"WARNING plextraktsync without command is deprecated. Executing "plextraktsync sync""
Steps to Reproduce
Environment
OS:
CPU architecture: x86_64/arm32/arm64
How docker service was installed:
Command used to create docker container (run/create/compose/screenshot)
Docker logs
owenvoke and rala72
