From 21095d7d71851ef86d94563ddb56018b79c10a93 Mon Sep 17 00:00:00 2001 From: indi <1334@shadowproject.net> Date: Sat, 15 Nov 2014 12:20:45 +0100 Subject: [PATCH] fix typo in README.md in the README path to log file was pointing to /path/to/app/config/log/puma.log instead of /path/to/app/log/puma.log --- tools/jungle/init.d/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/jungle/init.d/README.md b/tools/jungle/init.d/README.md index bf2b433827..8f7a6a00c4 100644 --- a/tools/jungle/init.d/README.md +++ b/tools/jungle/init.d/README.md @@ -26,7 +26,7 @@ Puma apps are held in /etc/puma.conf by default. It's mainly a CSV file and ever You can add an instance by editing the file or running the following command: - sudo /etc/init.d/puma add /path/to/app user /path/to/app/config/puma.rb /path/to/app/config/log/puma.log + sudo /etc/init.d/puma add /path/to/app user /path/to/app/config/puma.rb /path/to/app/log/puma.log The config and log paths are optional parameters and default to: