diff --git a/welcome/restart/solve b/welcome/restart/solve index 8c44a91..0f02a66 100755 --- a/welcome/restart/solve +++ b/welcome/restart/solve @@ -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