Subversion Repositories camp_sysinfo_client_3

Rev

Rev 107 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 107 Rev 118
Line 76... Line 76...
76
      print "Please wait while I do the installation\nIt will take a minute\n";
76
      print "Please wait while I do the installation\nIt will take a minute\n";
77
      `$operatingSystems{$os}{'install'}`;
77
      `$operatingSystems{$os}{'install'}`;
78
   }
78
   }
79
}
79
}
80
 
80
 
81
print "perl install-sysinfo-client.pl --os=$os\n";
81
#print "perl install-sysinfo-client.pl --os=$os\n";
82
#exec "perl install-sysinfo-client.pl --os=$os";
82
exec "perl install-sysinfo-client.pl --os=$os";