Skip to content

Commit

Permalink
Restart challenge - delete flag only
Browse files Browse the repository at this point in the history
  • Loading branch information
robwaz committed Jul 9, 2024
1 parent b6b78d5 commit ffd0675
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions welcome/restart/solve
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,7 @@ then
cat /flag
else
echo "INCORRECT! The right password is '$PASSWORD'."
echo "This challenge will now self-destruct."
echo "This challenge will now delete the flag."
echo "Restart it to try again, and use the correct '$PASSWORD' password!"
rm /flag
rm -rf /challenge
fi

0 comments on commit ffd0675

Please sign in to comment.