fix(upload-ova): add shebang to bin
Also set executable permission even if not necessary when installed via npm.
This commit is contained in:
parent
521e9969f1
commit
62ad3848c4
2
@xen-orchestra/upload-ova/src/index.js
Normal file → Executable file
2
@xen-orchestra/upload-ova/src/index.js
Normal file → Executable file
@ -1,3 +1,5 @@
|
||||
#!/usr/bin/env node
|
||||
|
||||
/* eslint no-console: "off" */
|
||||
|
||||
import chalk from 'chalk'
|
||||
|
Loading…
Reference in New Issue
Block a user