Atualizar ProxySync_install.sh

This commit is contained in:
João Pedro Toledo Goncalves 2025-09-17 00:10:52 +00:00
parent 352ddc1705
commit 339ef6e9a1
1 changed files with 0 additions and 2 deletions

View File

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