ftimme
2011-09-28 491e359757fbfbc48823fa0d2ef71b71e4eed835
- Fixed syntax error in fedora.lib.php on line 870.
1 files modified
2 ■■■ changed files
install/dist/lib/fedora.lib.php 2 ●●● patch | view | raw | blame | history
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");
        }