@ -11,6 +11,7 @@ if (0 === $status) {
print("Done");
} else {
header("Status: 404");
echo "Command failed with status: $status";
echo "Command failed with status: $status <br/>";
print_r($out);
}