Clearer language to avoid misinterpretation

This commit is contained in:
Bob Mottram 2015-03-20 07:37:55 +00:00
parent b9d7737728
commit 34ba2669ba
1 changed files with 1 additions and 1 deletions

View File

@ -6762,7 +6762,7 @@ function install_gogs {
echo "DOMAIN = $GIT_DOMAIN_NAME" >> /home/$MY_USERNAME/README
echo "ROOT_URL = https://$GIT_DOMAIN_NAME/" >> /home/$MY_USERNAME/README
echo '' >> /home/$MY_USERNAME/README
echo "Note that there's a security compromise here." >> /home/$MY_USERNAME/README
echo "Note that there's a usability/security trade-off made here." >> /home/$MY_USERNAME/README
echo "In order to allow git clone via http we don't redirect everything" >> /home/$MY_USERNAME/README
echo 'over https. Instead only critical things such as user login,' >> /home/$MY_USERNAME/README
echo 'settings and admin are encrypted.' >> /home/$MY_USERNAME/README