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
/
stop
blob: 5db161673b44612e6f476b364a0f50c63dd15285 (
plain
)
1
2
3
4
5
6
7
8
#!/bin/sh
set
-e
NAME
=
"
${
@
}
"
sudo cnt stop -n
${
NAME
}
exit
$?