From 34d38c70e7f16f034ae9951014d81f6e57993054 Mon Sep 17 00:00:00 2001 From: Meo597 <197331664+Meo597@users.noreply.github.com> Date: Thu, 10 Apr 2025 04:26:44 +0800 Subject: [PATCH] Use tab --- init.d/xray | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/init.d/xray b/init.d/xray index 93d526c..7e1b443 100644 --- a/init.d/xray +++ b/init.d/xray @@ -20,17 +20,17 @@ command_args="run -confdir $confdir" required_files="$confdir" depend() { - need net - want dns ntp-client - after firewall + need net + want dns ntp-client + after firewall } checkconfig() { - export $env - $command $command_args -test - eend $? + export $env + $command $command_args -test + eend $? } start_pre() { - checkconfig || return 1 + checkconfig || return 1 }