Fix populate.sh exec path
This commit is contained in:
parent
6e4709ac91
commit
04fcc2b324
1 changed files with 7 additions and 8 deletions
15
populate.sh
15
populate.sh
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue