Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ From your git client cli:

*Note 1: This process will require authentication to the nginx web server on clone, pull, or push. See Authentication.*

*Note 2: This reuires you at least add one file, commit that file and push it using the last 3 commands. Not doing do will cause git push and git pull to fail.*
*Note 2: This requires you at least add one file, commit that file and push it using the last 3 commands. Not doing do will cause git push and git pull to fail.*

**Gitlist Browser Access:**

Expand Down
2 changes: 1 addition & 1 deletion ng-auth.sh
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ ng-auth-init() {
rm -f ${AUTH}/${ADMIN}.password &> /dev/null
#check if htpasswd exists
if [ ! -e ${AUTH}/htpasswd ]; then
sflog "Generating htpassed file and default account ${ADMIN}"
sflog "Generating htpasswd file and default account ${ADMIN}"
#generate random password
ADMINPASS=$(openssl rand -base64 8)
#store password to file
Expand Down
2 changes: 1 addition & 1 deletion start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ trap "(stopc)" TERM

#startup

#test for ENV varibale $FQDN
#test for ENV variable $FQDN
if [ ! -z ${FQDN+x} ]; then
sflog "FQDN is set to ${FQDN}"
else
Expand Down