summaryrefslogtreecommitdiffhomepage
path: root/server
diff options
context:
space:
mode:
authorChloe Kudryavtsev <toast@toast.cafe>2019-11-26 15:54:04 -0500
committerGitHub <noreply@github.com>2019-11-26 15:54:04 -0500
commit320cddc7388f26e6e0494d242143991e2dfa154d (patch)
tree14c9aa0a92aafd39a34c472975c8c6010698e5a6 /server
parentUpdate README because CI is a thing now (diff)
[skip ci] fix missing " in init.d script
Diffstat (limited to 'server')
-rwxr-xr-xserver/brpaste.initd2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/brpaste.initd b/server/brpaste.initd
index d4f094d..2d3b661 100755
--- a/server/brpaste.initd
+++ b/server/brpaste.initd
@@ -7,7 +7,7 @@ command_user="nobody:nobody"
command=/usr/bin/brpaste
command_args="\
${BRPASTE_REDIS:+-redis $BRPASTE_REDIS} \
- ${BRPASTE_ADDR:+-bind $BRPASTE_ADDR}
+ ${BRPASTE_ADDR:+-bind $BRPASTE_ADDR}"
depend() {
need redis