Changeset 11497
- Timestamp:
- 10/08/08 14:52:16 (3 months ago)
- Files:
-
- 1 modified
-
branches/mailflogs/ebox/debian/ebox.postinst (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/mailflogs/ebox/debian/ebox.postinst
r11454 r11497 73 73 DYNAMIC_WWW_DIRS=$(perl -MEBox::Config -e'print EBox::Config::dynamicwww() ; print " " ; print join(" ", @{EBox::Config::dynamicwwwSubdirs()}); print " "; print EBox::Config::downloads; 1;'); 74 74 for DIR in $DYNAMIC_WWW_DIRS; do 75 mkdir -p $DIR76 chown -R ebox:ebox $DIR75 mkdir -p $DIR 76 chown -R ebox:ebox $DIR 77 77 done 78 78 … … 108 108 109 109 110 # migrate log data 111 /usr/share/ebox/ebox-migrate /usr/share/ebox-logs/migration 112 110 113 ;; 111 114 esac
