Skip to content

Commit

Permalink
Update practice
Browse files Browse the repository at this point in the history
  • Loading branch information
ConnorNelson authored Oct 1, 2024
1 parent 0a2eb34 commit c1005fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion welcome/practice/solve
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ cat <<END | while read LINE; do echo "$LINE"; sleep 0.1; done
⠀⠀⠀⠀⠀⠀⠻⣿⡿⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
END

if stat /bin/sudo | grep -q Access...4755
if [ -e /run/dojo/var/root/privileged ]
then
cat <<END
You are running in practice mode! The secret you need is in /challenge/secret.
Expand Down

0 comments on commit c1005fd

Please sign in to comment.