Skip to content
Snippets Groups Projects
Commit 4265cebd authored by Davide Aprea's avatar Davide Aprea
Browse files

fix sumas fallback

parent 37081d97
No related branches found
No related tags found
3 merge requests!1895Development,!1775Development,!1765Resolve "add dummy-engine to docker installation"
......@@ -7,12 +7,12 @@ if [ ! -f "/data/.env" ]; then
cp /data/.env.example /data/.env
fi
if [ ! -f "/config/sumas.json" ]; then
cp /config/sumas.json.example /config/sumas.json
if [ ! -f "/data/config/sumas.json" ]; then
cp /data/config/sumas.json.example /data/config/sumas.json
fi
if [ ! -f "/config/sumasEn.json" ]; then
cp /config/sumas.json.example /config/sumasEn.json
if [ ! -f "/data/config/sumasEn.json" ]; then
cp /data/config/sumas.json.example /data/config/sumasEn.json
fi
if [ -f "/data/database/useragents.sqlite" ]; then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment