Update app.py
This commit is contained in:
parent
d24f12bea7
commit
9244f97fff
1 changed files with 1 additions and 1 deletions
2
app.py
2
app.py
|
|
@ -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,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue