Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
W
Warden - archive
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
713
Warden
Warden - archive
Commits
72fc92a7
Commit
72fc92a7
authored
10 years ago
by
Tomáš Plesník
Browse files
Options
Downloads
Patches
Plain Diff
odstranani merge tagu
parent
53830333
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/warden-server/sh/update.sh
+0
-2
0 additions, 2 deletions
src/warden-server/sh/update.sh
with
0 additions
and
2 deletions
src/warden-server/sh/update.sh
+
0
−
2
View file @
72fc92a7
...
...
@@ -281,7 +281,6 @@ doTemplate \
# update Apache configuration file
echo
-n
"Updating Apache configuration file ... "
<<<<<<
< HEAD
cert_file_tmp
=
`
fgrep SSLCertificateFile
$apache_conf
`
key_file_tmp
=
`
fgrep SSLCertificateKeyFile
$apache_conf
`
ca_file_tmp
=
`
fgrep SSLCACertificateFile
$apache_conf
`
...
...
@@ -290,7 +289,6 @@ cert_file=${cert_file_tmp##*" "}
key_file
=
${
key_file_tmp
##*
" "
}
ca_file
=
${
ca_file_tmp
##*
" "
}
lib
=
${
lib_tmp
##*
" "
}
>>>>>>>
ced3b6d0c942211d77a5763d722ec616009be87f
doTemplate
\
_CERT_FILE_
"
$cert_file
"
\
_KEY_FILE_
"
$key_file
"
\
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment