ftimme
2011-09-28 491e359757fbfbc48823fa0d2ef71b71e4eed835
install/dist/lib/fedora.lib.php
@@ -866,7 +866,7 @@
         // Allow the ispapps vhost access to /etc/squirrelmail
         $command = 'usermod -a -G '.$conf['apache']['group'].' ispapps';
         caselog($command.' &> /dev/null', __FILE__, __LINE__, "EXECUTED: $command", "Failed to execute the command $command");
         $command = 'usermod -a -G ispapps '.$conf['nginx']['user']';
         $command = 'usermod -a -G ispapps '.$conf['nginx']['user'];
         caselog($command.' &> /dev/null', __FILE__, __LINE__, "EXECUTED: $command", "Failed to execute the command $command");
      }