Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

eve-ng #8

Open
kyoungwookmin opened this issue May 6, 2021 · 0 comments
Open

eve-ng #8

kyoungwookmin opened this issue May 6, 2021 · 0 comments

Comments

@kyoungwookmin
Copy link

An error occurs in the option used by eve-ng.
It needs to be modified as below.

os.system("mkdir -p /opt/unetlab/addons/qemu/" + eos_folder_name.rstrip)
os.system("mv hda.qcow2 /opt/unetlab/addons/qemu/" + eos_folder_name.rstrip)

=>

os.system("mkdir -p /opt/unetlab/addons/qemu/" + eos_folder_name)
os.system("mv hda.qcow2 /opt/unetlab/addons/qemu/" + eos_folder_name)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant