Skip to content

Commit

Permalink
fix: 重启时间设为120秒
Browse files Browse the repository at this point in the history
  • Loading branch information
rehiy committed Oct 28, 2023
1 parent 5ff2956 commit bc59b52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion initfs/etc/wkit.d/s5-service
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

if ! grep -q opentdp /etc/frp/frpc.ini; then
echo "Failed to join OpenTDP Blackbox"
sleep 60
sleep 120
kill 1
fi

Expand Down

0 comments on commit bc59b52

Please sign in to comment.