Skip to content

Commit

Permalink
Remove unused function from steamos-update.
Browse files Browse the repository at this point in the history
  • Loading branch information
fewtarius committed Aug 19, 2024
1 parent 4cfa6f6 commit 1b6b1e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rootfs/steamfork/postcopy/usr/bin/steamos-update
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ updatecheck(){
if [ ! $? = 0 ]
then
echo "Error: Failed to fetch update metadata."
cleanup
rm -rf ${argdata}
exit 1
fi
source ${argdata}
Expand Down

0 comments on commit 1b6b1e5

Please sign in to comment.