oh, it will likely be this instead

This commit is contained in:
DubbleClick 2025-07-21 16:03:28 +07:00
parent 7d85aacace
commit 024542d361

View File

@ -94,6 +94,9 @@ class SourceManager
// if not, remove the source dir and extract again
logger()->notice("Source [{$source}] hash mismatch, removing old source dir and extracting again ...");
if ($source === 'micro') {
return;
}
FileSystem::removeDir($check);
$filename = LockFile::getLockFullPath($lock_content);
$move_path = LockFile::getExtractPath($lock_name, SOURCE_PATH . '/' . $source);