You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
thanks for sharing this very useful set of scripts.
When running tracker-add-auto-router.sh, I hit the following issue:
m1:tracker-add kalou$ ./tracker-add-auto-router.sh
date: illegal option -- d
usage: date [-jnRu] [-r seconds|file] [-v[+|-]val[ymwdHMS]]
[-I[date | hours | minutes | seconds]]
[-f fmt date | [[[mm]dd]HH]MM[[cc]yy][.ss]] [+format]
m1:tracker-add kalou$
date -D is not supported by:
gdate (gnu date)
m1:tracker-add kalou$ /opt/homebrew/Cellar/coreutils/9.1/bin/gdate -D
/opt/homebrew/Cellar/coreutils/9.1/bin/gdate: invalid option -- 'D'
Try '/opt/homebrew/Cellar/coreutils/9.1/bin/gdate --help' for more information.
the default date utility for Darwin
m1:tracker-add kalou$ type date
date is hashed (/bin/date)
m1:tracker-add kalou$ date -D
date: illegal option -- D
usage: date [-jnRu] [-r seconds|file] [-v[+|-]val[ymwdHMS]]
[-I[date | hours | minutes | seconds]]
[-f fmt date | [[[mm]dd]HH]MM[[cc]yy][.ss]] [+format]
the date utility included in the docker container:
m1:tracker-add kalou$ docker exec -it $(docker run --net=host -d -e HOSTPORT=localhost:9091 -e TR_AUTH=user:password --name=transmission-tracker-add andrewmhub/transmission-tracker-add:latest) bash
bash: /dev/null/.bashrc: Not a directory
bash-5.1$ date -D
date: invalid option -- 'D'
Try 'date --help' for more information.
How may we fix this ?
The text was updated successfully, but these errors were encountered:
Hello,
thanks for sharing this very useful set of scripts.
When running tracker-add-auto-router.sh, I hit the following issue:
date -D is not supported by:
How may we fix this ?
The text was updated successfully, but these errors were encountered: