Added CP interactivity

pull/3/head
Sami Mokaddem 2017-11-10 13:46:23 +01:00
parent df53a51b66
commit 98e849f39e
1 changed files with 0 additions and 4 deletions

View File

@ -17,10 +17,6 @@ fi
pip3 install -U pip argparse redis zmq geoip2 flask
## config
if [ ! -f config/config.cfg ]; then
cp config/config.cfg.sample config/config.cfg
fi
cp -i config/config.cfg.default config/config.cfg
## Web stuff