Commit 4d7e435a authored by Franco Fichtner's avatar Franco Fichtner

rc: proper fix for previous; directory always exists but may be empty

parent 3c423198
#!/bin/sh #!/bin/sh
if [ ! -d /etc/rc.conf.d ]; then if [ -z "$(ls /etc/rc.conf.d)" ]; then
exit 0 exit 0
fi fi
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment