Changing bins for docker template

This commit is contained in:
lars-hagen
2020-02-18 22:05:48 +01:00
parent 99e810033e
commit 61671a1bb8
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,3 +1,3 @@
#!/usr/bin/env bash
docker-compose exec litespeed su -c "/root/.acme.sh/acme.sh -issue ${1} -w /var/www/vhosts/${1}/html/"
docker-compose exec litespeed su -c "/root/.acme.sh/acme.sh --issue -d ${1} -w /var/www/vhosts/${1}/html/"