diff --git a/sbcl-nginx.yml b/sbcl-nginx.yml index b5bc372..9d64a94 100644 --- a/sbcl-nginx.yml +++ b/sbcl-nginx.yml @@ -645,6 +645,12 @@ write_files: ;; Enable fido mode for a more modern ido experience (fido-mode 1) + ;; File name to load inferior shells from + (setq shell-file-name "/bin/bash") + + ;; Shell file name to run in the subshell used to run TeX + (setq tex-shell-file-name "/bin/bash")) + runcmd: # Run Certbot to obtain SSL certificates and configure Nginx - certbot certonly --nginx -d u1.metalisp.dev --non-interactive --agree-tos --email marcus.kammer@mailbox.org --redirect