From a7fb1303ab71e6de4e4eaec1b726a51aa010f52b Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Sat, 18 Jun 2022 23:16:42 -0400 Subject: [PATCH 1/3] spelling: htpasswd Signed-off-by: Josh Soref --- ng-auth.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ng-auth.sh b/ng-auth.sh index e72cae6..971c42f 100644 --- a/ng-auth.sh +++ b/ng-auth.sh @@ -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 From b30e12d692de9e3410db0631c67a5ff565ddba40 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Sat, 18 Jun 2022 23:16:42 -0400 Subject: [PATCH 2/3] spelling: requires Signed-off-by: Josh Soref --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 07f7d43..25612b2 100644 --- a/README.md +++ b/README.md @@ -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:** From 502e4111e21fba080ef36efd474c91255327ba52 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Sat, 18 Jun 2022 23:16:43 -0400 Subject: [PATCH 3/3] spelling: variable Signed-off-by: Josh Soref --- start.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/start.sh b/start.sh index 5ac5d10..bcf83d0 100644 --- a/start.sh +++ b/start.sh @@ -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