Script Refactoring

pull/2148/head
skiffer-git 2 years ago
parent 9918d71064
commit c868db2bbc

@ -46,9 +46,9 @@ done
for binary in "${!binaries[@]}"; do
expected_count=${binaries[$binary]}
base_path=$(get_bin_full_path "$binary")
for ((i=0; i<expected_count; i++)); do
full_path="${base_path} -i ${i} -c $OPENIM_OUTPUT_CONFIG"
echo "full-path: " $full_path
check_binary_ports "$full_path"
done
done

Loading…
Cancel
Save