mirror of
https://github.com/shlinkio/shlink.git
synced 2025-02-16 15:29:54 +03:00
Update docker/docker-entrypoint.sh
This commit is contained in:
parent
bfdece1c23
commit
b9e5eaf689
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ fi
|
|||
# set env var "ENABLE_PERIODIC_VISIT_LOCATE=1" to enable
|
||||
if [ $ENABLE_PERIODIC_VISIT_LOCATE ]; then
|
||||
echo "Starting periodic visite locate..."
|
||||
echo "0 * * * * php bin/cli visit:locate -q" > /etc/crontabs/root
|
||||
echo "0 * * * * php /etc/shlink/bin/cli visit:locate -q" > /etc/crontabs/root
|
||||
/usr/sbin/crond &
|
||||
fi
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue