Update Program.cs
Signed-off-by: Lev Rusanov <30170278+JDM170@users.noreply.github.com>
This commit is contained in:
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user