Skip to content

Commit

Permalink
Reverted the change on PR #403
Browse files Browse the repository at this point in the history
  • Loading branch information
budtmo committed May 3, 2024
1 parent fbd31b9 commit 0702f34
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions cli/src/device/emulator.py
Original file line number Diff line number Diff line change
Expand Up @@ -134,10 +134,6 @@ def create(self) -> None:
self.logger.info(f"{self.device_type} is created!")

def change_permission(self) -> None:
not_first_run = self.is_initialized()
if not_first_run:
return

kvm_path = "/dev/kvm"
if os.path.exists(kvm_path):
cmds = (f"sudo chown 1300:1301 {kvm_path}",
Expand Down

0 comments on commit 0702f34

Please sign in to comment.