#!/bin/bash echo "$(date '+%Y-%m-%d %H:%M:%S') - INFO - start to migrate config.ini" migrate_ini() { # Define file paths, use template ini and syn exsit items from target ini export target_ini="$1" export template_ini="$2" python3 - <