From 5cddfdfaaf9d39b85ad2c556a27eb52b0d927c7d Mon Sep 17 00:00:00 2001 From: Pinga <121483313+getpinga@users.noreply.github.com> Date: Thu, 5 Sep 2024 10:53:18 +0300 Subject: [PATCH] Fixed installation instructions for crontab --- docs/install.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/install.md b/docs/install.md index e0f39f0..d77da68 100644 --- a/docs/install.md +++ b/docs/install.md @@ -657,7 +657,7 @@ Please send the exported `publickey.asc` to your RDE provider, and also place th Once you have successfully configured all automation scripts, you are ready to initiate the automation system. Please review ```/opt/registry/automation/cron.php``` and enable all services if you are running a gTLD. Then proceed by adding the following cron job to the system crontab using ```crontab -e```: ```bash -* * * * * /usr/bin/php8.2 /opt/registry/automation/cron.php 1>> /dev/null 2>&1 +* * * * * /usr/bin/php /opt/registry/automation/cron.php 1>> /dev/null 2>&1 ``` ## 13. Setup DAS: