ftimme
2011-09-25 bcb8eb9418642337f1eadcdec030c7f4a07a8a67
install/dist/lib/fedora.lib.php
@@ -861,6 +861,9 @@
      if($conf['nginx']['installed'] == true){
         $command = 'usermod -a -G ispconfig '.$conf['nginx']['user'];
         caselog($command.' &> /dev/null', __FILE__, __LINE__, "EXECUTED: $command", "Failed to execute the command $command");
         // Allow the ISPConfig vhost access to /etc/squirrelmail
         $command = 'usermod -a -G '.$conf['apache']['group'].' ispconfig';
         caselog($command.' &> /dev/null', __FILE__, __LINE__, "EXECUTED: $command", "Failed to execute the command $command");
      }
      
      //* Make the shell scripts executable