Changeset 9569


Ignore:
Timestamp:
Aug 25, 2011, 2:13:43 PM (13 years ago)
Author:
rick
Message:

Make sure to flush cache properly.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/django_gheat/import_scan_data.sh

    r9566 r9569  
    1919  tar -C $TARDIR -xkzf $FILE
    2020done
    21 
    22 ADDED=0
    2321
    2422#Kismet netxml Imports
     
    4442done
    4543
    46 if [ "$ADDED" -eq 1 -a -r $MAP_CACHE ]; then
     44if [ -r $MAP_CACHE ]; then
    4745  echo "# Clear cache $MAP_CACHE"
    48   htcacheclean -l10K -p$MAP_CACHE
     46  htcacheclean -v -l10K -p$MAP_CACHE
    4947fi
    5048
Note: See TracChangeset for help on using the changeset viewer.