mirror of
https://github.com/coollabsio/coolify.git
synced 2026-03-11 08:55:47 +00:00
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 @@ 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/##'",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue