Update app.py

This commit is contained in:
Blackwhitebear8 2024-12-09 15:46:56 +01:00
parent d24f12bea7
commit 9244f97fff

2
app.py
View file

@ -71,7 +71,7 @@ def create_vm():
os = request.form['os'] os = request.form['os']
command = [ command = [
'./create.sh', '/opt/createvm-web/create.sh',
'-n', vmnaam, '-n', vmnaam,
'-u', vmgebruiker, '-u', vmgebruiker,
'-p', vmwachtwoord, '-p', vmwachtwoord,