Fix populate.sh exec path

This commit is contained in:
Théophile Bastian 2018-02-25 18:55:27 +01:00
parent 22064ebee3
commit 6463e348ac
1 changed files with 7 additions and 8 deletions

View File

@ -1,11 +1,10 @@
#!/bin/bash
# -*- coding: UTF8 -*-
/usr/bin/python3 manage.py import_browser_fp
/usr/bin/python3 manage.py import_search_engine
/usr/bin/python3 manage.py import_keywords
/usr/bin/python3 manage.py import_website
/usr/bin/python3 manage.py import_places
/usr/bin/python3 manage.py import_events
/usr/bin/python3 manage.py import_interests
python3 manage.py import_browser_fp
python3 manage.py import_search_engine
python3 manage.py import_keywords
python3 manage.py import_website
python3 manage.py import_places
python3 manage.py import_events
python3 manage.py import_interests