satip-axe/fs-add/etc/init.d/customd

12 lines
167 B
Plaintext
Raw Normal View History

2015-05-23 20:46:08 +02:00
#!/bin/sh
test -r /etc/sysconfig/config && . /etc/sysconfig/config
if test "$CUSTOMD" != "yes"; then
exit 0
fi
if test -x "${CUSTOMD}" ; then
. "${CUSTOMD}"
fi