Commit a8c558cf authored by Franco Fichtner's avatar Franco Fichtner

rc: no hay trabajo

parent c4c18bd8
#!/bin/sh
if [ -z "$(ls /etc/rc.conf.d)" ]; then
if [ ! -f /etc/rc.conf -o -z "$(ls /etc/rc.conf.d)" ]; then
exit 0
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