Skip to content

Commit

Permalink
fix: add tos agreement and email flags for ssl first time setup
Browse files Browse the repository at this point in the history
  • Loading branch information
flexy2ky committed Feb 25, 2024
1 parent d8a9a21 commit 08c9161
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion erpnext_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -438,7 +438,7 @@ case "$continue_prod" in
bench config dns_multitenant on && \
yes | bench setup nginx && \
sudo service nginx reload && \
sudo bench setup lets-encrypt $site_name --non-interactive
sudo bench setup lets-encrypt $site_name --non-interactive --agree-tos --email $email_address
echo -e "${GREEN}SSL certificate installed successfully.${NC}"
sleep 2
;;
Expand Down

0 comments on commit 08c9161

Please sign in to comment.