Script Refactoring

This commit is contained in:
skiffer-git 2024-04-02 11:16:26 +08:00
parent 9918d71064
commit c868db2bbc

View File

@ -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