File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1562,12 +1562,12 @@ function ss_cd_default {
15621562
15631563# # ss_certbot ##
15641564function ss_certbot {
1565- command certbot certonly --noninteractive --agree-tos --register-unsafely-without-email --cert-name slickstack --webroot -w /var/www/html/ -- " $@ "
1565+ command certbot certonly --noninteractive --agree-tos --register-unsafely-without-email --cert-name slickstack --webroot -w /var/www/html/ " $@ "
15661566}
15671567
15681568# # ss_certbot_dns ##
15691569function ss_certbot_dns {
1570- command certbot certonly --noninteractive --agree-tos --register-unsafely-without-email --cert-name slickstack --dns-cloudflare --dns-cloudflare-credentials /var/www/meta/cloudflare.ini --dns-cloudflare-propagation-seconds 30 --preferred-challenges=dns -- " $@ "
1570+ command certbot certonly --noninteractive --agree-tos --register-unsafely-without-email --cert-name slickstack --dns-cloudflare --dns-cloudflare-credentials /var/www/meta/cloudflare.ini --dns-cloudflare-propagation-seconds 30 --preferred-challenges=dns " $@ "
15711571}
15721572
15731573# # ss_chmod ##
You can’t perform that action at this time.
0 commit comments