remove result var

This commit is contained in:
ayntk-ai
2024-08-15 13:37:52 +02:00
parent f281e92954
commit a478ebef2e

View File

@@ -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/##'",