diff --git a/start_hotpots.sh b/start_hotpots.sh index c989b27..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 > output.log 2>&1 & \ No newline at end of file +cd ../TakwayBoard && python3 ws_client.py \ No newline at end of file