remove result var
This commit is contained in:
parent
f281e92954
commit
a478ebef2e
1 changed files with 1 additions and 1 deletions
|
|
@ -269,7 +269,7 @@ private function updateServerTimezone($desired_timezone)
|
|||
"date"
|
||||
];
|
||||
|
||||
$result = instant_remote_process($commands, $this->server);
|
||||
instant_remote_process($commands, $this->server);
|
||||
|
||||
$verificationCommands = [
|
||||
"readlink /etc/localtime | sed 's#/usr/share/zoneinfo/##'",
|
||||
|
|
|
|||
Loading…
Reference in a new issue