diff options
-rw-r--r-- | packages/ezx/opentapi/opentapi.init | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/ezx/opentapi/opentapi.init b/packages/ezx/opentapi/opentapi.init index 6b78c1574c..593411e755 100644 --- a/packages/ezx/opentapi/opentapi.init +++ b/packages/ezx/opentapi/opentapi.init @@ -16,7 +16,7 @@ test -x $DAEMON || exit 0 ENABLED=1 PARAMS="" if [ -e /etc/default/opentapi ]; then - . /etc/default/opentapis + . /etc/default/opentapi fi test "$ENABLED" != "0" || exit 0 @@ -38,7 +38,7 @@ start_it_up() echo -n "Starting $DESC: " start-stop-daemon --start --quiet --pidfile $PIDFILE \ - -exec $DAEMON -- --system $PARAMS + --exec $DAEMON -- --system $PARAMS echo "$NAME." if [ -d $EVENTDIR ]; then run-parts --arg=start $EVENTDIR |