Qilan2 commited on
Commit
79972ed
·
verified ·
1 Parent(s): fef3bf9

Update ff.sh

Browse files
Files changed (1) hide show
  1. ff.sh +1 -1
ff.sh CHANGED
@@ -85,7 +85,7 @@ export HOME="$RUNTIME_DIR"
85
  while true; do
86
  # 使用优化过的 profile 启动
87
  firefox --no-remote --display=:0 --profile "$PROF_DIR" \
88
- --width 1024 --height 768 --new-instance "https://nav.eooce.com"
89
  sleep 5
90
  done
91
  EOF
 
85
  while true; do
86
  # 使用优化过的 profile 启动
87
  firefox --no-remote --display=:0 --profile "$PROF_DIR" \
88
+ --width 1024 --height 768 --new-instance "https://google.com"
89
  sleep 5
90
  done
91
  EOF