From 5dd2218830c6f513713c1b833b16d595f68b9d86 Mon Sep 17 00:00:00 2001 From: olf Date: Sun, 3 Nov 2024 04:32:19 +0100 Subject: [PATCH] [rpm/harbour-storeman-installer.spec] Redirect error message to STDout --- rpm/harbour-storeman-installer.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rpm/harbour-storeman-installer.spec b/rpm/harbour-storeman-installer.spec index a06a1d2..37c0df5 100644 --- a/rpm/harbour-storeman-installer.spec +++ b/rpm/harbour-storeman-installer.spec @@ -181,7 +181,7 @@ then fi ssu_ur=yes # Should be enhanced to proper debug output, also writing to log-file and systemd-journal: -else echo "Error: VERSION_ID=$VERSION_ID => sailfish_version=$sailfish_version" +else echo "Error: VERSION_ID=$VERSION_ID => sailfish_version=$sailfish_version" >&2 fi if [ $ssu_ur = yes ] then