Skip to content

Commit

Permalink
fixed incorrect user prompting
Browse files Browse the repository at this point in the history
  • Loading branch information
GangstersPairOfDice committed Apr 5, 2024
1 parent 517f4f6 commit a54fb15
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 a54fb15

Please sign in to comment.