diff --git a/profiles/unl_profile/unl_profile.install b/profiles/unl_profile/unl_profile.install
index e023d0267bd0edaf4335ab993ca36496756b65c6..24a8c4c0318161cdff3956e8a476b17a302f0706 100644
--- a/profiles/unl_profile/unl_profile.install
+++ b/profiles/unl_profile/unl_profile.install
@@ -44,6 +44,8 @@ function unl_profile_install()
     theme_enable(array('unl_wdn'));
     variable_set('theme_default', 'unl_wdn');
     
+    //TODO: IMCE setup (currently cannot be shared between sites)
+    
     
     // Update the settings file to use shared database tables (unless this is the default site)
     if (conf_path() != 'sites/default') { 
@@ -83,7 +85,8 @@ function unl_profile_install()
     //print_r($permissions);
     //user_role_grant_permissions(3, array($permissions));
     
-    //echo "\nducks\n";
+    $files_dir = $settings_dir . '/files';
+    chmod($files_dir, 0777);
     
     return;
 }