fix(certbot): crond -f instead of -b; add rclone.conf
This commit is contained in:
@@ -0,0 +1,3 @@
|
|||||||
|
[yadisk]
|
||||||
|
type = yandex
|
||||||
|
token = {"access_token":"","token_type":"bearer","expiry":"0001-01-01T00:00:00Z"}
|
||||||
@@ -24,7 +24,7 @@ done
|
|||||||
cp /opt/crontab.txt /etc/crontabs/root
|
cp /opt/crontab.txt /etc/crontabs/root
|
||||||
|
|
||||||
# Запускаем crond в фоне
|
# Запускаем crond в фоне
|
||||||
crond -b
|
crond -f &
|
||||||
|
|
||||||
echo "=== Init завершён, контейнер работает ==="
|
echo "=== Init завершён, контейнер работает ==="
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user