We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46674a3 commit 03a7d86Copy full SHA for 03a7d86
trunk/user/scutclient/scripts/scutclient.sh
@@ -30,9 +30,9 @@ func_start(){
30
-s "$(nvram get scutclient_server_auth_ip)" \
31
-c "$(nvram get scutclient_version)" \
32
-h "$(nvram get scutclient_hash)" \
33
+ "$(get_arg_debug)" "$(get_arg_skip_udp_hb)" \
34
-E "${auth_hook:-"echo 0 > /tmp/scutclient_status"}" \
- -Q "${fail_hook:-"echo 1 > /tmp/scutclient_status"}" \
35
- "$(get_arg_debug) $(get_arg_skip_udp_hb)"
+ -Q "${fail_hook:-"echo 1 > /tmp/scutclient_status"}"
36
37
if [ $? -eq 0 ] ; then
38
echo "[ OK ]"
0 commit comments