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

add sumas.json fallback

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