|
|
@ -540,6 +540,9 @@ int main(int argc, char **argv)
|
|
|
|
// ignore signal SIGPIPE generated by libwww
|
|
|
|
// ignore signal SIGPIPE generated by libwww
|
|
|
|
signal(SIGPIPE, sigHandler);
|
|
|
|
signal(SIGPIPE, sigHandler);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// Delete the .sh file because it s not useful anymore
|
|
|
|
|
|
|
|
if (NLMISC::CFile::fileExists("updt_nl.sh"))
|
|
|
|
|
|
|
|
NLMISC::CFile::deleteFile("updt_nl.sh");
|
|
|
|
#endif
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
|
|
// initialize patch manager and set the ryzom full path, before it's used
|
|
|
|
// initialize patch manager and set the ryzom full path, before it's used
|
|
|
|