modified: certbot/scripts/init-certbot.sh
delete lines with install crons in this file
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user