Update Program.cs

Signed-off-by: Lev Rusanov <30170278+JDM170@users.noreply.github.com>
This commit is contained in:
2024-11-06 23:00:21 +07:00
parent 453ff6611d
commit ccbb55a65f

View File

@@ -350,8 +350,6 @@ namespace domain_utility
string password = InputPassword(); string password = InputPassword();
Console.WriteLine(password);
ExecuteCommandViaSSH(remote, password, "sudo sed -i 's/update_interval = 0.5,/update_interval = 300,/' /etc/conky/conky.conf"); ExecuteCommandViaSSH(remote, password, "sudo sed -i 's/update_interval = 0.5,/update_interval = 300,/' /etc/conky/conky.conf");
BackToMenu(FixConky); BackToMenu(FixConky);