Commit 143f6dc9 authored by 957dd's avatar 957dd

update shellstart

parent 5d78d536
#!/bin/bash
# 设置 DISPLAY 环境变量(确保 Firefox 能运行图形界面)
export DISPLAY=:0
pkill firefox
firefox --new-window "https://8.129.3.163/index" --ignore-certificate-errors
\ No newline at end of file
......@@ -2,7 +2,7 @@
#define __opensh_H__
#define SHELLFILE "/home/kickpi/camshell/cam.sh"
#define SHELLFILE "/home/kickpi/car/master/camshell/cam.sh"
int opencamsh();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment