aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/dropbear/dropbear
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/dropbear/dropbear')
-rwxr-xr-xrecipes/dropbear/dropbear/init2
1 files changed, 0 insertions, 2 deletions
diff --git a/recipes/dropbear/dropbear/init b/recipes/dropbear/dropbear/init
index 9bf7fbb73f..d3d25b0ac6 100755
--- a/recipes/dropbear/dropbear/init
+++ b/recipes/dropbear/dropbear/init
@@ -13,8 +13,6 @@ DROPBEAR_PORT=22
DROPBEAR_EXTRA_ARGS=
NO_START=0
-set -e
-
test ! -r /etc/default/dropbear || . /etc/default/dropbear
test "$NO_START" = "0" || exit 0
test -x "$DAEMON" || exit 0