remove result var

This commit is contained in:
ayntk-ai 2024-08-15 13:37:52 +02:00
parent f281e92954
commit a478ebef2e
No known key found for this signature in database

View File

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