Skip to content

Commit

Permalink
Merge pull request #8 from pwncollege/fix/restart_chal_desc
Browse files Browse the repository at this point in the history
Add VScode warning to restart challenge
  • Loading branch information
zardus authored Jul 9, 2024
2 parents b6b78d5 + ffd0675 commit 2366096
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 2366096

Please sign in to comment.