use default parameter for __start_on_boot type

Signed-off-by: Nico Schottelius <nico@bento.schottelius.org>
This commit is contained in:
Nico Schottelius 2013-12-18 18:09:57 +01:00
parent 87336f9b4f
commit 122fb96654
2 changed files with 2 additions and 1 deletions

View File

@ -19,7 +19,7 @@
#
#
state_should="$(cat "$__object/parameter/state" 2>/dev/null || echo present)"
state_should="$(cat "$__object/parameter/state")"
state_is=$(cat "$__object/explorer/state")
# Short circuit if nothing is to be done

View File

@ -0,0 +1 @@
present