cdist-contrib/type/__runit/explorer/runit-etc

8 lines
92 B
Plaintext
Raw Normal View History

2021-01-11 13:10:55 +00:00
#!/bin/sh -e
runit_etc_dir="/etc/runit"
if [ -d "${runit_etc_dir}" ]; then
echo "YES"
fi