Skip to content

Commit c6eb3d4

Browse files
authored
Update ss-functions.txt
1 parent 77cb0f1 commit c6eb3d4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bash/ss-functions.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1562,12 +1562,12 @@ function ss_cd_default {
15621562

15631563
## ss_certbot ##
15641564
function 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 ##
15691569
function 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 ##

0 commit comments

Comments
 (0)