From e0c61962ec32b6a52ff04d36d8ed3143faa691fe Mon Sep 17 00:00:00 2001 From: zyphlar Date: Thu, 26 Jan 2023 23:45:17 +0000 Subject: [PATCH] Update file README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index edd0a05..08254c1 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Install the .php file on a webserver and configure the variables as desired. Place the remaining files on a server with CRON (could be the same server, just not inside the web folder) and run the shell script every 5 minutes: -`*/5 * * * * root /your/path/here/minecraftautoshutdown.sh 2>&1 | logger` +`*/5 * * * * root /your/path/here/mineautoshutdown.sh 2>&1 | logger` Ensure the same password is present in the php script and the shutdown script. Review all other files to make sure passwords/keys/hostnames are correct.