FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects
Commit 3900e5d7 authored by L. Bower's avatar L. Bower
Browse files

fixing mis-named variable

parent c13b011d
No related branches found
No related tags found
No related merge requests found
......@@ -87,7 +87,7 @@ else
fi
function run_coordinator() {
printf "component: %s\nsys_config: %s\nrun_config: %s\nrundate: %s\n" "$configs" "$sys_config" "$run_config" "$rundate"
printf "component: %s\nsys_config: %s\nrun_config: %s\nrundate: %s\n" "$component" "$sys_config" "$run_config" "$rundate"
printf "optional args:\n%s\n" "$upload $islive $clearup"
config_base=$(basename $run_config)
printf "%s\n" $config_base
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment