From 477637f7e4e022e40c935bfb0ad91600c7d42e47 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20Sol=C3=ADs?= Date: Wed, 5 Mar 2025 09:20:23 -0600 Subject: [PATCH] fix: Correct the comparison displayed on diff --- copy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/copy.sh b/copy.sh index f32a014..eb1f1df 100755 --- a/copy.sh +++ b/copy.sh @@ -7,7 +7,7 @@ for i in ./*.sh; do find /etc/cron.* -iname "${i_tmp%.sh}" | while read -r j; do echo "${j}" diff <(sed -e "s/friendica.example.net/hub.azkware.net/g" -e "s/1\:-\"0\"/1\:-\"1\"/g" -e "s/#&>/\&\>/g" "${i}") "${j}" - sed -e "s/friendica.example.net/hub.azkware.net/g" -e "s/#&>/\&\>/g" "${i}" | sudo tee "${j}" &>/dev/null + sed -e "s/friendica.example.net/hub.azkware.net/g" -e "s/1\:-\"0\"/1\:-\"1\"/g" -e "s/#&>/\&\>/g" "${i}" | sudo tee "${j}" &>/dev/null done find ../../Scripts -iname "${i_tmp}" | while read -r k; do echo "${k}"