remove output and create debug in parent folder
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
root
2024-11-28 12:50:36 +01:00
parent 3f6c3ae015
commit e57e54925b

View File

@@ -326,7 +326,8 @@ function remove_response($key) {
redis_remove("$key");
}
else {
//unlink($SHARED_DIR."/".$key);
copy($SHARED_DIR."/output/".$key.".json",$SHARED_DIR."/".$key.".json"); // DEBUG - last json
unlink($SHARED_DIR."/output/".$key.".json");
}
}