Сравнение версий

Ключ

  • Эта строка добавлена.
  • Эта строка удалена.
  • Изменено форматирование.

...

Без форматирования
00 20 * * 4  cd /opt/updater && /opt/updater/download-dictionaries-suggestions.sh
00 23 * * 4  cd /opt/updater && /opt/updater/update-dictionaries-suggestions.sh
Раскрыть
titleСкрипты для «Подсказок»
Блок кода
languagebash
title/opt/updater/download-dictionaries-suggestions.sh
/opt/updater/updater download suggestions_bank
/opt/updater/updater download suggestions_ip
/opt/updater/updater download suggestions_eas
/opt/updater/updater download suggestions_geo
/opt/updater/updater download suggestions_house
/opt/updater/updater download suggestions_iso3166
/opt/updater/updater download suggestions_geonames
/opt/updater/updater download suggestions_osm
/opt/updater/updater download suggestions_party
/opt/updater/updater download suggestions_partyext
/opt/updater/updater download suggestions_email
/opt/updater/updater download suggestions_fio
Блок кода
languagebash
title/opt/updater/update-dictionaries-suggestions.sh
/opt/updater/updater update suggestions_bank
/opt/updater/updater update suggestions_ip
/opt/updater/updater update suggestions_eas
/opt/updater/updater update suggestions_flat
/opt/updater/updater update suggestions_stead
/opt/updater/updater update suggestions_geonames
/opt/updater/updater update suggestions_osm
/opt/updater/updater update suggestions_party
/opt/updater/updater update suggestions_email
/opt/updater/updater update suggestions_fio


Для «Фактора» и «Подсказок» аналогично добавить задачи в крон и создать скрипты:

...