Qilan2 commited on
Commit
b0ccc1a
·
verified ·
1 Parent(s): 79a1f76

Update server-ff.sh

Browse files
Files changed (1) hide show
  1. server-ff.sh +1 -1
server-ff.sh CHANGED
@@ -38,7 +38,7 @@ elapsed=0
38
 
39
  # 循环等待 profiles.ini 文件出现
40
  while [ $elapsed -lt $max_wait ]; do
41
- if [ -f "/data/ff/.mozilla/firefox/profiles.ini" ]; then
42
  echo "✅ profiles.ini 文件已出现,执行 ff.sh"
43
  /home/vncuser/ff.sh
44
  break
 
38
 
39
  # 循环等待 profiles.ini 文件出现
40
  while [ $elapsed -lt $max_wait ]; do
41
+ if [ -f "/home/vncuser/ff/.mozilla/firefox/profiles.ini" ]; then
42
  echo "✅ profiles.ini 文件已出现,执行 ff.sh"
43
  /home/vncuser/ff.sh
44
  break