From f8b4b7fa8ca141a4a16a29c7013ba5bff31b0495 Mon Sep 17 00:00:00 2001 From: IrvingGao <1729854488@qq.com> Date: Mon, 27 May 2024 22:50:14 +0800 Subject: [PATCH] bash --- start_hotpots.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/start_hotpots.sh b/start_hotpots.sh index 0d72750..33a3090 100644 --- a/start_hotpots.sh +++ b/start_hotpots.sh @@ -1 +1,4 @@ -echo 'orangepi' | sudo -S nohup python3 /home/orangepi/wifi_hotpot/wifi_manager.py > /home/orangepi/wifi_hotpot/log.log 2>&1 & \ No newline at end of file +sudo python3 wifi_manager.py +cd .. +cd TakwayPlatform +sudo python3 ws_client.py \ No newline at end of file