From 21abc53bbd45ec20b4389cc0b01709469391c36a Mon Sep 17 00:00:00 2001 From: TheiLLeniumStudios <104288623+TheiLLeniumStudios@users.noreply.github.com> Date: Tue, 7 Feb 2023 10:42:00 +0000 Subject: [PATCH] Update --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c44b3d3..7be6ad1 100644 --- a/README.md +++ b/README.md @@ -157,7 +157,7 @@ There's a couple of things that you need to change before pushing this file: 2. Comment out `Line 22` and uncomment `Line 21` if you're using an SSH key instead of a password for logging in. 3. On `Line 23`, set your SSH port if you have changed it explicitly. No need to do anything if you are using defaults. 4. Set your FiveM server port on `Line 32` if it is other than 30120 -5. Change `restartIndividualResource` to `true` on `Line 34` if you want to restart the whole server after making changes. By default it is set to `false` which only restarts the individual resources that you have made changes to. +5. Change `restartIndividualResources` to `true` on `Line 34` if you want to restart the whole server after making changes. By default it is set to `false` which only restarts the individual resources that you have made changes to. After making the above changes, save the file and push it to the repository.