rewrote script handling in the agent interface

small bug fixes

git-svn-id: svn://192.168.202.10@1209 3d104415-ff17-0410-8863-d5cf3c621b8a
This commit is contained in:
mattf
2009-08-27 05:51:50 +00:00
parent a758144041
commit de3f459814
8 changed files with 511 additions and 87 deletions
+2 -2
View File
@@ -200,7 +200,7 @@ else
else
{
print "Can't find wget binary! Exiting...\n";
exit
exit;
}
}
}
@@ -217,7 +217,7 @@ else
else
{
print "Can't find curl binary! Exiting...\n";
exit
exit;
}
}
}