From e86f1b703c78fcf2a7e52974edb14324311475c8 Mon Sep 17 00:00:00 2001 From: psykose <alice@ayaya.dev> Date: Sat, 10 Sep 2022 18:12:02 +0000 Subject: [PATCH] community/firefox-esr: cat not echo.. --- community/firefox-esr/firefox-esr.post-upgrade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/community/firefox-esr/firefox-esr.post-upgrade b/community/firefox-esr/firefox-esr.post-upgrade index 89a54b3caf1c..b6a6b36d456d 100644 --- a/community/firefox-esr/firefox-esr.post-upgrade +++ b/community/firefox-esr/firefox-esr.post-upgrade @@ -4,7 +4,7 @@ ver_old=$2 if [ "$(apk version -t "$ver_old" '102.2.0-r2')" = '<' ]; then # firefox-esr appid changed in 102.2.0-r1 - echo 2>&1 <<-EOF + cat 2>&1 <<-EOF * firefox-esr 102.2.0-r1 changed its' appid to firefox-esr, allowing it to * be installed alongside regular firefox. to migrate your profile for this * change, you have to move ~/.mozilla/firefox to ~/.mozilla/firefox-esr, and -- GitLab