Changeset 9670 for src/django_gheat/import_scan_data.sh
- Timestamp:
- Sep 6, 2011, 1:29:32 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/django_gheat/import_scan_data.sh
r9667 r9670 3 3 # Quick and dirty hack to import all data 4 4 5 BASEROOT=` pwd $0`5 BASEROOT=`cd $(dirname $0); pwd -P` 6 6 DATAROOT=${1:-"$BASEROOT/scan-data"} 7 7 MAP_CACHE=${MAP_CACHE:-"/usr/local/var/httpd/cache/maps"}
Note:
See TracChangeset
for help on using the changeset viewer.