mirror of
https://gitea.blesmrt.net/mikaela/scripts.git
synced 2024-11-29 22:59:22 +01:00
acmesh-ssl.bash: fix synxcplay command
This commit is contained in:
parent
0a72f992e4
commit
73d6d4aea6
@ -29,8 +29,8 @@ SYSTEMCTLRESTART="systemctl restart --quiet"
|
|||||||
# Start by creating the directories if they don't exist
|
# Start by creating the directories if they don't exist
|
||||||
/bin/mkdir -p $SYNCPLAYDIR $MUMBLEDIR $ZNCDIR
|
/bin/mkdir -p $SYNCPLAYDIR $MUMBLEDIR $ZNCDIR
|
||||||
|
|
||||||
# Syncplay - TODO https://github.com/Syncplay/syncplay/issues/250
|
# Syncplay
|
||||||
$ACMESH --cert-file $SYNCPLAYDIR/cert.pem --key-file $SYNCPLAYDIR/privkey.pem --fullchain-file $SYNCPLAYDIR/chain.pem --reloadcmd "$SYSTEMCTLRESTART syncplay-server"
|
$ACMESH --cert-file $SYNCPLAYDIR/cert.pem --key-file $SYNCPLAYDIR/privkey.pem --ca-file $SYNCPLAYDIR/chain.pem
|
||||||
chmod -R 700 $SYNCPLAYDIR
|
chmod -R 700 $SYNCPLAYDIR
|
||||||
chown -R syncplay:root $SYNCPLAYDIR
|
chown -R syncplay:root $SYNCPLAYDIR
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user