remove result var
This commit is contained in:
@@ -269,7 +269,7 @@ class Form extends Component
|
|||||||
"date"
|
"date"
|
||||||
];
|
];
|
||||||
|
|
||||||
$result = instant_remote_process($commands, $this->server);
|
instant_remote_process($commands, $this->server);
|
||||||
|
|
||||||
$verificationCommands = [
|
$verificationCommands = [
|
||||||
"readlink /etc/localtime | sed 's#/usr/share/zoneinfo/##'",
|
"readlink /etc/localtime | sed 's#/usr/share/zoneinfo/##'",
|
||||||
|
Reference in New Issue
Block a user