Skip to content

Commit

Permalink
[rpm/harbour-storeman-installer.spec] Redirect error message to STDout
Browse files Browse the repository at this point in the history
  • Loading branch information
Olf0 authored Nov 3, 2024
1 parent cb40fd4 commit 5dd2218
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rpm/harbour-storeman-installer.spec
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5dd2218

Please sign in to comment.