From c3b000c3c30ce036fd5d4554c5a6737b728ecb47 Mon Sep 17 00:00:00 2001 From: wanhebin <48253420+wanhebin@users.noreply.github.com> Date: Tue, 28 Mar 2023 14:10:24 +0800 Subject: [PATCH] Update restart.sh Adjust the script format --- restart.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/restart.sh b/restart.sh index 3efd4ab..5a2aa7c 100755 --- a/restart.sh +++ b/restart.sh @@ -72,7 +72,7 @@ fi Text5="服务启动成功!" Text6="服务启动失败!" if [[ $CpuArch =~ "x86_64" ]]; then - nohup $Server_Dir/bin/clash-linux-amd64 -d $Conf_Dir &> $Log_Dir/clash.log & + nohup $Server_Dir/bin/clash-linux-amd64 -d $Conf_Dir &> $Log_Dir/clash.log & ReturnStatus=$? if_success $Text5 $Text6 $ReturnStatus elif [[ $CpuArch =~ "aarch64" || $CpuArch =~ "arm64" ]]; then