소스 검색

add: oszi_grid on startup

micha 3 년 전
부모
커밋
78ad11ec39
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      start.sh

+ 1 - 1
start.sh

@@ -27,7 +27,7 @@ screen -d -m -S Editor python3 $path/Xdesk/LibreLightDesk.py
 screen -ls
 
 sudo /opt/netns/create 18
-/opt/netns/exec --id=18 --cmd="xterm -e screen python3 /opt/LibreLight/ASP/monitor/oszi_grid.py"
+/opt/netns/exec --id=18 --cmd="xterm -e screen python3 /opt/LibreLight/ASP/monitor/oszi_grid.py" &
 #/opt/netns/exec --id=18 --cmd="xterm -e screen sh /opt/LibreLight/ASP/start.sh"
 
 echo "BOOT END"