modified: certbot/scripts/init-certbot.sh

delete lines with install crons in this file
This commit is contained in:
2025-07-20 09:21:19 +05:00
parent a6952eac5d
commit 88357dc3cc
-6
View File
@@ -29,12 +29,6 @@ fi
set -e # Завершаем работу, если любая команда вернёт ошибку
# Установка Cron (если ещё не установлен)
if ! command -v cron &>/dev/null; then
echo "Cron not found, installing..."
apt-get update && apt-get install -y cron || true
fi
# Активируем сервис cron
service cron start