From ac956256905abdae709548b7b679d92701a8916a Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Fri, 9 Aug 2019 17:50:36 +0300 Subject: [PATCH] acmesh-ssl.sh: expand pkill in the comment --- bash/acmesh-ssl.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bash/acmesh-ssl.sh b/bash/acmesh-ssl.sh index 4d62b7a..456bb70 100755 --- a/bash/acmesh-ssl.sh +++ b/bash/acmesh-ssl.sh @@ -36,7 +36,7 @@ chown -R syncplay:root $SYNCPLAYDIR # Mumble $ACMESH --fullchain-file $MUMBLEDIR/fullchain.cer --key-file $MUMBLEDIR/$DOMAINNAME.key --reloadcmd "$SYSTEMCTLRESTART mumble-server" # future on 1.3.0 + -# --reloadcmd "pkill $(cat /var/run/mumble-server/mumble-server.pid) -USR1" +# --reloadcmd "/usr/bin/pkill $(cat /var/run/mumble-server/mumble-server.pid) -USR1" chmod -R 700 $MUMBLEDIR/ chown -R mumble-server:mumble-server $MUMBLEDIR/