fix(upload-ova): add shebang to bin

Also set executable permission even if not necessary when installed via npm.
This commit is contained in:
Julien Fontanet 2020-03-31 17:21:20 +02:00
parent 521e9969f1
commit 62ad3848c4

2
@xen-orchestra/upload-ova/src/index.js Normal file → Executable file
View File

@ -1,3 +1,5 @@
#!/usr/bin/env node
/* eslint no-console: "off" */
import chalk from 'chalk'