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

8 lines
92 B
Bash
Executable File

#!/bin/sh -e
runit_etc_dir="/etc/runit"
if [ -d "${runit_etc_dir}" ]; then
echo "YES"
fi