Changeset 11497

Show
Ignore:
Timestamp:
10/08/08 14:52:16 (3 months ago)
Author:
javier.amor.garcia@…
Message:

added logs migration in postinst

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/mailflogs/ebox/debian/ebox.postinst

    r11454 r11497  
    7373        DYNAMIC_WWW_DIRS=$(perl -MEBox::Config -e'print EBox::Config::dynamicwww() ; print " " ; print join(" ", @{EBox::Config::dynamicwwwSubdirs()}); print " "; print EBox::Config::downloads;  1;');  
    7474        for DIR in $DYNAMIC_WWW_DIRS; do 
    75         mkdir -p $DIR 
    76         chown -R ebox:ebox $DIR 
     75            mkdir -p $DIR 
     76            chown -R ebox:ebox $DIR 
    7777        done 
    7878 
     
    108108         
    109109 
     110        # migrate log data 
     111        /usr/share/ebox/ebox-migrate /usr/share/ebox-logs/migration 
     112 
    110113        ;; 
    111114esac