summaryrefslogtreecommitdiffstats
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 $?