Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
open-source
MetaGer
Commits
37081d97
Commit
37081d97
authored
Nov 19, 2020
by
Davide Aprea
Browse files
fix sumas fallback
parent
993314a7
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
init.sh
View file @
37081d97
...
...
@@ -8,11 +8,11 @@ if [ ! -f "/data/.env" ]; then
fi
if
[
!
-f
"/config/sumas.json"
]
;
then
cp
/config/sumas.json /config/sumas.json
cp
/config/sumas.json
.example
/config/sumas.json
fi
if
[
!
-f
"/config/sumasEn.json"
]
;
then
cp
/config/sumas
En
.json /config/sumas.json
cp
/config/sumas.json
.example
/config/sumas
En
.json
fi
if
[
-f
"/data/database/useragents.sqlite"
]
;
then
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment