From 57e08f5a8b33b81a2e93233e00d1e929e9976dba Mon Sep 17 00:00:00 2001 From: RaspbianProyect by HP3ICC Date: Wed, 26 Jul 2023 03:44:01 +0000 Subject: [PATCH] Update update.sh --- update.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/update.sh b/update.sh index 185f82b..bb2fe7d 100644 --- a/update.sh +++ b/update.sh @@ -370,13 +370,13 @@ WantedBy=multi-user.target EOF # #!/bin/bash -variable3=( +variable3s=( "/opt/FreeDMR" "/var/log/FreeDMR" ) # Itera sobre la lista de carpetas -for variable3 in "${variable3[@]}"; do +for variable3 in "${variable3s[@]}"; do # Verifica si la carpeta existe if [ -d "$variable3" ]; then echo "La carpeta $variable3 existe. Se procederá a eliminarla."