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

8 lines
120 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 -x "${CUSTOMD}" ; then
. "${CUSTOMD}"
fi