acmesh-ssl.bash: add forgotten mkdir for $BITBOTDIR

This commit is contained in:
Aminda Suomalainen 2019-08-16 17:43:29 +03:00
parent da5897f5f5
commit 73180aa7c8
No known key found for this signature in database
GPG Key ID: 0C207F07B2F32B67
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ ACMESH="/root/.acme.sh/acme.sh --install-cert -d $DOMAINNAME"
SYSTEMCTLRESTART="systemctl restart --quiet"
# Start by creating the directories if they don't exist
/bin/mkdir -p $SYNCPLAYDIR $MUMBLEDIR $ZNCDIR
/bin/mkdir -p $SYNCPLAYDIR $MUMBLEDIR $ZNCDIR $BITBOTDIR
# Syncplay - note: reloads certs on every connect like ZNC
$ACMESH --cert-file $SYNCPLAYDIR/cert.pem --key-file $SYNCPLAYDIR/privkey.pem --ca-file $SYNCPLAYDIR/chain.pem