Fix truncated lines

This commit is contained in:
Luis Guzmán 2020-06-03 06:36:51 -05:00
parent 74a562e798
commit 0215fa4c5e
1 changed files with 2 additions and 0 deletions

View File

@ -314,6 +314,8 @@ else
echo "Please run letsencrypt.sh manually post-installation."
elif [ "$ENABLE_SSL" = "yes" ]; then
echo "SSL will be enabled."
fi
done
fi
#Dropbox -- no longer requirement for localrecording
#while [[ $ENABLE_DB != yes && $ENABLE_DB != no ]]