From 339ef6e9a12ffa2b5e9584b9055b668b6e90c7b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Pedro=20Toledo=20Goncalves?= Date: Wed, 17 Sep 2025 00:10:52 +0000 Subject: [PATCH] Atualizar ProxySync_install.sh --- ProxySync_install.sh | 2 -- 1 file changed, 2 deletions(-) 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"