Skip to content

Commit

Permalink
Update run
Browse files Browse the repository at this point in the history
  • Loading branch information
ConnorNelson authored Aug 30, 2024
1 parent 8440a5c commit c2821c5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions talking-web/run
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ def validate_client(name):
continue

assert "nosuid" not in mount_options, f"Client `{client_path}` is on a nosuid mount; use `{correct_path}`\n"

assert name in client_path.name, f"Incorrect client `{client_path}`; use `{correct_path}`\n"


def instructions_client_nc():
Expand Down

0 comments on commit c2821c5

Please sign in to comment.