Fix populate.sh exec path
This commit is contained in:
parent
22064ebee3
commit
6463e348ac
1 changed files with 7 additions and 8 deletions
15
populate.sh
15
populate.sh
|
@ -1,11 +1,10 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
# -*- coding: UTF8 -*-
|
# -*- coding: UTF8 -*-
|
||||||
|
|
||||||
/usr/bin/python3 manage.py import_browser_fp
|
python3 manage.py import_browser_fp
|
||||||
/usr/bin/python3 manage.py import_search_engine
|
python3 manage.py import_search_engine
|
||||||
/usr/bin/python3 manage.py import_keywords
|
python3 manage.py import_keywords
|
||||||
/usr/bin/python3 manage.py import_website
|
python3 manage.py import_website
|
||||||
/usr/bin/python3 manage.py import_places
|
python3 manage.py import_places
|
||||||
/usr/bin/python3 manage.py import_events
|
python3 manage.py import_events
|
||||||
/usr/bin/python3 manage.py import_interests
|
python3 manage.py import_interests
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue