Correzione chiamata con parametri.
This commit is contained in:
parent
fb2f9fac45
commit
1bc882508d
1 changed files with 1 additions and 1 deletions
2
build.py
2
build.py
|
@ -128,6 +128,6 @@ if __name__ == '__main__':
|
||||||
|
|
||||||
b = Build(sys.argv[1], sys.argv[2], sys.argv[3])
|
b = Build(sys.argv[1], sys.argv[2], sys.argv[3])
|
||||||
b.download()
|
b.download()
|
||||||
b.build("/var/tmp/rundeck/AppImageStorage/")
|
b.build(sys.argv[4])
|
||||||
|
|
||||||
del b
|
del b
|
||||||
|
|
Reference in a new issue