Croned job not working because shell is not a tty

This commit is contained in:
Bofh 2020-11-19 22:38:50 +01:00
parent d88c317d17
commit d96ef87775
1 changed files with 1 additions and 1 deletions

View File

@ -4,4 +4,4 @@ if [[ $1 == '' ]]; then
exit 1
fi
docker exec -it yacynet /scripts/purge-by-lang.sh "$1" noconfirm
docker exec yacynet /scripts/purge-by-lang.sh "$1" noconfirm