From 0b509705ca1783348f2924f8519c37f6fda15e23 Mon Sep 17 00:00:00 2001 From: shihaam Date: Tue, 7 Jun 2022 01:12:05 +0500 Subject: [PATCH] readme update - some typos --- nginx-allow-dynamicip/readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nginx-allow-dynamicip/readme.md b/nginx-allow-dynamicip/readme.md index 10a634c..3b88785 100644 --- a/nginx-allow-dynamicip/readme.md +++ b/nginx-allow-dynamicip/readme.md @@ -24,9 +24,9 @@ Excute the script as root (or with sudo) with 1st arugement for config file and `sudo ./nginx-allow-dynamicip.sh db-sarlinode.shihaam.dev home.shihaam.me` ### Automate with cron -Run `crontab -e` as root as this script needs sudo. +Run `crontab -e` as root as this script needs to edit nginx config file and restart nginx ```bash -sudo crontab -e` +sudo crontab -e ``` I have it configured to update once every hour like this ```bash