mirror of
https://github.com/elseif/MikroTikPatch.git
synced 2026-09-13 17:16:37 +00:00
modified: .github/workflows/mikrotik_patch_7.yml
modified: patch.py
This commit is contained in:
3
patch.py
3
patch.py
@@ -284,7 +284,8 @@ def patch_kernel(data:bytes,key_dict):
|
||||
def patch_loader(loader_file):
|
||||
try:
|
||||
import sys
|
||||
print(sys.path)
|
||||
print("cwd:", os.getcwd())
|
||||
print("sys.path:", sys.path)
|
||||
from loader.patch_loader import patch_loader as do_patch_loader
|
||||
arch = os.getenv('ARCH','x86')
|
||||
if arch != 'x86':
|
||||
|
||||
Reference in New Issue
Block a user