MetaCTF: wip/debug

This commit is contained in:
thomashaw
2021-03-22 21:06:34 +00:00
parent 7797bf63ee
commit 2cb2ed5e40

View File

@@ -66,6 +66,10 @@ class metactf::configure {
port => $port,
}
notice("include_c: $include_c")
notice("include_c: $include_c")
notice("include_c: $include_c")
notice("include_c: $include_c")
if $include_c.downcase() == "true" {
file { "$storage_dir/$challenge_name/program.c":
source => "$install_dir/$challenge_path/obj/secgen/program.c",