Skip to content

Commit

Permalink
escape systemd unit in dojo logs
Browse files Browse the repository at this point in the history
  • Loading branch information
zardus authored Oct 31, 2024
1 parent 6f27d93 commit 54922a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dojo/dojo
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ case "$ACTION" in

# HELP: logs: display dojo logs
"logs")
journalctl -u pwn.college.* -f --no-tail
journalctl -u "pwn.college.*" -f --no-tail
;;

# HELP: wait: wait for the dojo to finish starting
Expand Down

0 comments on commit 54922a3

Please sign in to comment.