mirror of
https://github.com/proxysu/ProxySU.git
synced 2024-11-25 14:46:08 +03:00
优化acme.sh的使用与卸载
This commit is contained in:
parent
35b6a741ff
commit
b491fe19df
@ -5993,7 +5993,7 @@ namespace ProxySU
|
||||
+ "acme.sh......";
|
||||
MainWindowsShowInfo(currentStatus);
|
||||
|
||||
sshShellCommand = @"acme.sh --uninstall";
|
||||
sshShellCommand = @"/root/.acme.sh/acme.sh --uninstall";
|
||||
currentShellCommandResult = MainWindowsShowCmd(client, sshShellCommand);
|
||||
|
||||
sshShellCommand = @"rm -r ~/.acme.sh";
|
||||
@ -6010,6 +6010,9 @@ namespace ProxySU
|
||||
}
|
||||
else
|
||||
{
|
||||
sshShellCommand = @"sed -i 's/. ""/root/.acme.sh/acme.sh.env""//g' /root/.bashrc";
|
||||
currentShellCommandResult = MainWindowsShowCmd(client, sshShellCommand);
|
||||
|
||||
//******"acme.sh卸载成功!"******
|
||||
SetUpProgressBarProcessing(46);
|
||||
currentStatus = "acme.sh" + Application.Current.FindResource("DisplayInstallInfo_RemoveProxySoftSuccess").ToString();
|
||||
@ -8087,11 +8090,11 @@ namespace ProxySU
|
||||
return false;
|
||||
}
|
||||
|
||||
//sshShellCommand = @"cd ~/.acme.sh/";
|
||||
//currentShellCommandResult = MainWindowsShowCmd(client, sshShellCommand);
|
||||
sshShellCommand = @"cd ~/.acme.sh/";
|
||||
currentShellCommandResult = MainWindowsShowCmd(client, sshShellCommand);
|
||||
|
||||
//sshShellCommand = @"alias acme.sh=~/.acme.sh/acme.sh";
|
||||
//currentShellCommandResult = MainWindowsShowCmd(client, sshShellCommand);
|
||||
sshShellCommand = @"alias acme.sh=~/.acme.sh/acme.sh";
|
||||
currentShellCommandResult = MainWindowsShowCmd(client, sshShellCommand);
|
||||
|
||||
//****** "申请域名证书......" ******24
|
||||
SetUpProgressBarProcessing(55);
|
||||
|
Binary file not shown.
Loading…
Reference in New Issue
Block a user