From ffd0675eef771296df0bb2b5d7c88d75a0ad183d Mon Sep 17 00:00:00 2001 From: Robert Wasinger Date: Tue, 9 Jul 2024 08:37:01 -0700 Subject: [PATCH] Restart challenge - delete flag only --- welcome/restart/solve | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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