Skip to content

Commit

Permalink
add sleep command
Browse files Browse the repository at this point in the history
  • Loading branch information
hunterlau2020 authored Apr 3, 2020
1 parent 498f550 commit 00ef905
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/start_all_services.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ if [[ -z "$ss_pid" ]]; then
ss-redir -c ${SS_MERLIN_HOME}/etc/shadowsocks/config.json -f /opt/var/run/ss-redir.pid
fi

sleep 3

v2ray_pid=$(pidof v2ray-plugin)
if [[ -z "$v2ray_pid" ]]; then
if [ $use_v2ray -ge 1 ];then
Expand Down

0 comments on commit 00ef905

Please sign in to comment.