mirror of https://github.com/MISP/misp-dashboard
- Fixed maxMindDb path in config.cfg creation"
parent
90543b716a
commit
834a1b18d8
|
@ -24,6 +24,9 @@ if [ -e "config/config.cfg" ]; then
|
||||||
fi
|
fi
|
||||||
else
|
else
|
||||||
cp -i config/config.cfg.default config/config.cfg
|
cp -i config/config.cfg.default config/config.cfg
|
||||||
|
echo "Sanitizing MaxMindDB Path"
|
||||||
|
sed -i "s|pathMaxMindDB=./data/GeoLite2-City/GeoLite2-City.mmdb|pathMaxMindDB=$PWD/data/GeoLite2-City/GeoLite2-City.mmdb|" config/config.cfg
|
||||||
|
sed -i "s|path_countrycode_to_coord_JSON=./data/country_code_lat_long.json|path_countrycode_to_coord_JSON=$PWD/data/country_code_lat_long.json|" config/config.cfg
|
||||||
fi
|
fi
|
||||||
|
|
||||||
## Web stuff
|
## Web stuff
|
||||||
|
|
Loading…
Reference in New Issue