Skip to content

Commit

Permalink
Merge pull request #7 from GangstersPairOfDice/main
Browse files Browse the repository at this point in the history
Fixed incorrect user prompting
  • Loading branch information
zardus authored Apr 6, 2024
2 parents f2242eb + a54fb15 commit ed976af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion welcome/desktop/solve
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ echo -n $'\r'
if [ "$UID" -ne 0 ]
then
echo "You seem to be running this challenge using 'bash $0' or 'sh $0'."
echo "Please run the challenge directly (e.g., without 'bash' or 'sh', just '$0')."
echo "Please run the challenge directly (e.g., without 'bash' or 'sh', just './$0')."
exit 1
fi

Expand Down

0 comments on commit ed976af

Please sign in to comment.