Skip to content

Commit 491e359

Browse files
committed
- Fixed syntax error in fedora.lib.php on line 870.
1 parent 99b55bf commit 491e359

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install/dist/lib/fedora.lib.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -866,7 +866,7 @@ public function install_ispconfig()
866866
// Allow the ispapps vhost access to /etc/squirrelmail
867867
$command = 'usermod -a -G '.$conf['apache']['group'].' ispapps';
868868
caselog($command.' &> /dev/null', __FILE__, __LINE__, "EXECUTED: $command", "Failed to execute the command $command");
869-
$command = 'usermod -a -G ispapps '.$conf['nginx']['user']';
869+
$command = 'usermod -a -G ispapps '.$conf['nginx']['user'];
870870
caselog($command.' &> /dev/null', __FILE__, __LINE__, "EXECUTED: $command", "Failed to execute the command $command");
871871
}
872872

0 commit comments

Comments
 (0)