1
0
Fork 0

Correzione chiamata con parametri.

This commit is contained in:
Emiliano Vavassori 2022-03-19 22:09:11 +01:00
parent fb2f9fac45
commit 1bc882508d
1 changed files with 1 additions and 1 deletions

View File

@ -128,6 +128,6 @@ if __name__ == '__main__':
b = Build(sys.argv[1], sys.argv[2], sys.argv[3])
b.download()
b.build("/var/tmp/rundeck/AppImageStorage/")
b.build(sys.argv[4])
del b