From 94541630639f5ebfeabb1b02c971f6b9f1519e7b Mon Sep 17 00:00:00 2001 From: IrvingGao <1729854488@qq.com> Date: Sun, 9 Jun 2024 13:22:01 +0800 Subject: [PATCH] [debug] --- start_hotpots.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/start_hotpots.sh b/start_hotpots.sh index 636582e..39ede04 100644 --- a/start_hotpots.sh +++ b/start_hotpots.sh @@ -1,4 +1,4 @@ # run this script to start the hotpot server python3 wifi_manager.py # cd to the TakwayBoard directory and start the client -cd ../TakwayBoard && nohup python3 ws_client.py & \ No newline at end of file +cd ../TakwayBoard && python3 ws_client.py \ No newline at end of file