Skip to content

Commit

Permalink
Print newline after package list has finished updating
Browse files Browse the repository at this point in the history
  • Loading branch information
danielvijge committed Oct 13, 2023
1 parent 2a227fc commit 7899bbb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bin/upgrade-all-packages
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ echo ""

echo -n "Updating package list..."
opkg update > /dev/null
echo ""

if [ `opkg list-upgradable | cut -d " " -f1 | wc -l` -gt 0 ]; then
echo "Available updates:"
Expand Down

0 comments on commit 7899bbb

Please sign in to comment.