Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
AURA
dashboard
Commits
8c76d968
Verified
Commit
8c76d968
authored
Mar 28, 2022
by
EorlBruder
Browse files
fix(certbot): fix variable check
parent
f753c5ad
Pipeline
#1764
passed with stage
in 3 minutes and 3 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
nginx/run.sh
View file @
8c76d968
...
...
@@ -21,7 +21,7 @@ fi
echo
"generated nginx-config"
if
[
$RUN_CERTBOT
==
"
\
"
true
\"
"
]
;
then
if
[
$RUN_CERTBOT
==
"true"
]
;
then
# check for undefined variables
set
-u
# Run certbot which should get certificates and modify your nginx config
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment