aboutsummaryrefslogtreecommitdiffstats
path: root/testing/consul/consul.post-deinstall
blob: a4da5f33545e174db45d71c86aa3580f99693b39 (plain)
1
2
3
4
5
6
7
#!/bin/sh

# Delete consul group and user
delgroup consul 2> /dev/null
deluser consul 2> /dev/null
exit 0