index
:
compute-tools
20161101-lts
20190301-lts
main
next
next+python
next+rebase
next+web
next-broken
tmp-bugfix-not-unique-cfg
tmp-cnt-vm
tmp-david
tmp-dxk1
tmp-fence
tmp-hooks
tmp-ip-from-dns
tmp-ip-from-dns-2
tmp-ip-from-dns-3
tmp-list-to-sources
tmp-nspawn
tmp-nspawn2
tmp-openvswitch
tmp-python
tmp-qemu
tmp-shell-log
compute-tools
Open Infrastructure Developers
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libexec
/
fence
/
functions
/
start
blob: b71cd1b2a22194f37dd73f4ef350a917a942e040 (
plain
)
1
2
3
4
5
6
7
8
#!/bin/sh
set
-e
NAME
=
"
${
@
}
"
sudo cnt start -n
${
NAME
}
2
> /dev/null
exit
$?