From 76fb799023e4609b2c1b6f8e9aa4bde67f3b64c0 Mon Sep 17 00:00:00 2001 From: Casper Date: Sun, 4 Oct 2020 18:00:18 +0200 Subject: [PATCH] Update user-patches.sh.dist --- config/user-patches.sh.dist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/user-patches.sh.dist b/config/user-patches.sh.dist index 99607985..d5d69a59 100755 --- a/config/user-patches.sh.dist +++ b/config/user-patches.sh.dist @@ -1,6 +1,6 @@ #!/bin/bash ## -# This user patches script runs right before starting the daemons. That means all the other configuration is in place, so the script can make final adjustments. +# This user patches script runs right before starting the daemons. That means, all the other configuration is in place, so the script can make final adjustments. # If you modify any supervisord configuration, make sure to run "supervisorctl update" afterwards. # To enable the script, you must save it in your config directory as "user-patches.sh". ##