From a1b11523616029ea162feda11bc39c7e232f722d Mon Sep 17 00:00:00 2001 From: Jonathan Visser Date: Mon, 6 Jan 2025 10:25:40 +0100 Subject: [PATCH] folder -> file for configure-hypernode-settings-on-deployment --- .../configure-hypernode-settings-on-deployment.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/hypernode-deploy/getting-started/configure-hypernode-settings-on-deployment.md b/docs/hypernode-deploy/getting-started/configure-hypernode-settings-on-deployment.md index 8b13d6b1..30d45b55 100755 --- a/docs/hypernode-deploy/getting-started/configure-hypernode-settings-on-deployment.md +++ b/docs/hypernode-deploy/getting-started/configure-hypernode-settings-on-deployment.md @@ -39,7 +39,7 @@ $configuration->setPlatformConfigurations([ Lots of applications need a set of cron jobs for the application to function correctly. Instead of having to configure this on the server manually on each change, you can set this up on the Deployment. -For example, start creating the `./etc/cron` folder and putting in the following: +For example, start creating the `./etc/cron` file and adding the following: ```bash * * * * * echo 'Hello world!' >> /data/web/cron.log