Skip to content

Commit 298f4e7

Browse files
committed
write mock systemctl file
1 parent 9ea8398 commit 298f4e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/systemctl_docker.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
sudo="sudo "
77

88
current_dir = os.path.dirname(os.path.abspath(__file__))
9-
mock_systemctl_path = os.path.join(current_dir, "mock_systemctl")
9+
mock_systemctl_path = os.path.join(current_dir, "mock_systemctl.py")
1010
target_path = "/usr/bin/systemctl"
1111

1212
# 备份原始 systemctl 如果存在的话

0 commit comments

Comments
 (0)