Skip to content

Commit

Permalink
Merge pull request #212 from HsuanTingLu/patch-1
Browse files Browse the repository at this point in the history
Fix start.bash under sudo
  • Loading branch information
crazyideas21 authored Dec 7, 2023
2 parents bea5c2c + 24fb566 commit 0f24a9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/start.bash
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/bin/bash

sudo streamlit run Device_List.py --server.port 33761 --browser.gatherUsageStats false --server.headless true --server.baseUrlPath "inspector_dashboard"
sudo -E env PATH=$PATH streamlit run Device_List.py --server.port 33761 --browser.gatherUsageStats false --server.headless true --server.baseUrlPath "inspector_dashboard"

0 comments on commit 0f24a9a

Please sign in to comment.