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