fix(vikon): keep downloaded files in temp after update

This commit is contained in:
F4ilji
2026-07-04 20:16:56 +05:00
parent b6140b77f5
commit d358e6fdb0
@@ -63,7 +63,6 @@ class UpdateCoreAction
File::makeDirectory($modulePath, 0755, true, true);
$this->syncFiles($syncSource, $modulePath);
File::put($modulePath . '/.vikon', date('Y-m-d H:i:s'));
File::deleteDirectory($tempPath);
Log::info('Vikon: module updated', ['module' => $config['name']]);
return 'Модуль "' . $config['name'] . '" обновлён.';