Script Refactoring

This commit is contained in:
skiffer-git 2024-04-01 20:38:57 +08:00
parent 86e239796b
commit 99870c0839

View File

@ -25,7 +25,6 @@ start_binaries() {
nohup "$bin_full_path" -i "$i" -c "$conf_dir" > "${conf_dir}/nohup_${binary}_${i}.log" 2>&1 & nohup "$bin_full_path" -i "$i" -c "$conf_dir" > "${conf_dir}/nohup_${binary}_${i}.log" 2>&1 &
done done
done done
done
} }
# Call the main function # Call the main function