From 7db9caf74feea21cbdea323fd2405b612bc996ca Mon Sep 17 00:00:00 2001 From: yova Date: Mon, 15 Aug 2022 18:46:40 +0000 Subject: [PATCH] correct docs --- readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index cd64bed..6df038c 100644 --- a/readme.md +++ b/readme.md @@ -2,7 +2,7 @@ Simple dyndns for OVH API. -Updates a A record to current IP. +Updates an A record to the current IP. ## requirements ubuntu @@ -27,7 +27,7 @@ and edit `.env` with credentials from https://www.ovh.com/auth/api/createToken Install as user cronjob like -`*/5 * * * * /home/user/ovh-dyndns/dyndns-update.py` +`*/5 * * * * cd /home/user/ovh-dyndns ; ./dyndns-update.py ZONE SUBDOMAIN` with