fix: Correct the comparison displayed on diff
This commit is contained in:
parent
eedc7f0472
commit
477637f7e4
1 changed files with 1 additions and 1 deletions
2
copy.sh
2
copy.sh
|
@ -7,7 +7,7 @@ for i in ./*.sh; do
|
||||||
find /etc/cron.* -iname "${i_tmp%.sh}" | while read -r j; do
|
find /etc/cron.* -iname "${i_tmp%.sh}" | while read -r j; do
|
||||||
echo "${j}"
|
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}"
|
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
|
done
|
||||||
find ../../Scripts -iname "${i_tmp}" | while read -r k; do
|
find ../../Scripts -iname "${i_tmp}" | while read -r k; do
|
||||||
echo "${k}"
|
echo "${k}"
|
||||||
|
|
Loading…
Add table
Reference in a new issue