diff --git a/ProxySync_install.sh b/ProxySync_install.sh index a674087..b2d8a83 100644 --- a/ProxySync_install.sh +++ b/ProxySync_install.sh @@ -161,8 +161,6 @@ else while IFS= read -r path_to_sync || [ -n "$path_to_sync" ]; do if [ -z "$path_to_sync" ] || $(echo "$path_to_sync" | grep -q '^#'); then continue; fi if [ -e "$path_to_sync" ]; then - # Para o pfSense, a única config que realmente importa é o config.xml. - # RSync é mais complexo, para um único arquivo, 'cp' é mais simples. if [ "$path_to_sync" = "/cf/conf/config.xml" ]; then log_info "Sincronizando /cf/conf/config.xml para a raiz do repositório." cp "$path_to_sync" "$REPO_PATH/config.xml"