tbrehm
2008-08-18 b7332908d8ed550bf727df95a344b59ab1216e7c
install/lib/installer_base.lib.php
@@ -664,10 +664,10 @@
      
      //* Create a ISPConfig user and group
      $command = 'groupadd ispconfig';
      caselog($command.' &> /dev/null 2> /dev/null', __FILE__, __LINE__, "EXECUTED: $command", "Failed to execute the command $command");
      if(!is_group('vacp')) caselog($command.' &> /dev/null 2> /dev/null', __FILE__, __LINE__, "EXECUTED: $command", "Failed to execute the command $command");
      
      $command = "useradd -g ispconfig -d $install_dir ispconfig";
      caselog($command.' &> /dev/null 2> /dev/null', __FILE__, __LINE__, "EXECUTED: $command", "Failed to execute the command $command");
      if(!is_user('vacp')) caselog($command.' &> /dev/null 2> /dev/null', __FILE__, __LINE__, "EXECUTED: $command", "Failed to execute the command $command");
      
      //* copy the ISPConfig interface part
      $command = "cp -rf ../interface $install_dir";