Croned job not working because shell is not a tty
This commit is contained in:
parent
d88c317d17
commit
d96ef87775
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue