From c2821c59dc7b93dc272b2e53bbae0ed21b3222b3 Mon Sep 17 00:00:00 2001 From: Connor Nelson Date: Thu, 29 Aug 2024 18:30:58 -0700 Subject: [PATCH] Update run --- talking-web/run | 2 ++ 1 file changed, 2 insertions(+) diff --git a/talking-web/run b/talking-web/run index 86c3a518..8fa759c3 100755 --- a/talking-web/run +++ b/talking-web/run @@ -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():