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.