Ignore:
Timestamp:
Sep 6, 2011, 1:29:32 PM (13 years ago)
Author:
rick
Message:

Make the BASEROOT make sence...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/django_gheat/import_scan_data.sh

    r9667 r9670  
    33# Quick and dirty hack to import all data
    44
    5 BASEROOT=`pwd $0`
     5BASEROOT=`cd $(dirname $0); pwd -P`
    66DATAROOT=${1:-"$BASEROOT/scan-data"}
    77MAP_CACHE=${MAP_CACHE:-"/usr/local/var/httpd/cache/maps"}
Note: See TracChangeset for help on using the changeset viewer.