Skip to content

Commit

Permalink
Merge pull request #25 from FlowFuse/hardillb-patch-1
Browse files Browse the repository at this point in the history
Fix default secure port
  • Loading branch information
hardillb authored Oct 26, 2023
2 parents be6c764 + 0488f1a commit 24b6414
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions files/opt/flowforge/first-login.sh
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ select email in "Yes" "No"; do

SMTPSECURE=false

if [ ${SMTPPORT} -eq 485 ]; then
if [ ${SMTPPORT} -eq 465 ]; then
SMTPSECURE=true
fi

Expand Down Expand Up @@ -110,4 +110,4 @@ LetsEncrypt to complete provisioning and reload the page.
********************************************************************************
EOF
cp -f /etc/skel/.bashrc /root/.bashrc
cp -f /etc/skel/.bashrc /root/.bashrc

0 comments on commit 24b6414

Please sign in to comment.