Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
monkeyWie committed Nov 14, 2023
1 parent 2931371 commit 545fe89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ jobs:
rm -f /usr/local/bin/gopeed
echo "Removing Gopeed data... \$HOME"
current_user=\$(logname)
current_user_home=\$(getent passwd $current_user | cut -d: -f6)
current_user_home=\$(getent passwd \$current_user | cut -d: -f6)
echo "The current user's home directory is: \$current_user_home"
rm -rf \$current_user_home/.local/share/com.gopeed
echo "Removing Gopeed Done..."
Expand Down

0 comments on commit 545fe89

Please sign in to comment.