From e10b628bf9fa4da41b02b8a470949b89d3b65208 Mon Sep 17 00:00:00 2001 From: IrvingGao <1729854488@qq.com> Date: Sun, 9 Jun 2024 02:55:49 +0800 Subject: [PATCH] [sh] nohup --- start_hotpots.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/start_hotpots.sh b/start_hotpots.sh index 39ede04..636582e 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 && python3 ws_client.py \ No newline at end of file +cd ../TakwayBoard && nohup python3 ws_client.py & \ No newline at end of file