Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
B
beagle-rcache-image
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
market
beagle-rcache-image
Commits
b15dd8ef
Unverified
Commit
b15dd8ef
authored
Jan 26, 2022
by
Ogguz
Committed by
GitHub
Jan 26, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix/external-config-persistence-settings-get-overwritten (#7)
Signed-off-by:
Ogguz
<
kaankahraman44@gmail.com
>
parent
97b3d641
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
entrypoint.sh
entrypoint.sh
+3
-3
No files found.
entrypoint.sh
View file @
b15dd8ef
...
@@ -103,14 +103,14 @@ start_redis() {
...
@@ -103,14 +103,14 @@ start_redis() {
}
}
main_function
()
{
main_function
()
{
if
[[
-f
"
${
EXTERNAL_CONFIG_FILE
}
"
]]
;
then
external_config
fi
common_operation
common_operation
set_redis_password
set_redis_password
redis_mode_setup
redis_mode_setup
persistence_setup
persistence_setup
tls_setup
tls_setup
if
[[
-f
"
${
EXTERNAL_CONFIG_FILE
}
"
]]
;
then
external_config
fi
start_redis
start_redis
}
}
...
...
Write
Preview
Markdown
is supported
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