From ced01e41a129e6d54e8462a7b3e932da1ef2f9e9 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 14 Feb 2011 16:04:16 +0100 Subject: Correcting logical error with default settings of initsystem. --- functions/defaults.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'functions') diff --git a/functions/defaults.sh b/functions/defaults.sh index ccb756e34..bed37467c 100755 --- a/functions/defaults.sh +++ b/functions/defaults.sh @@ -160,12 +160,12 @@ Set_defaults () live-boot) LB_INITSYSTEM="${LB_INITSYSTEM:-upstart}" ;; - - *) - LB_INITSYSTEM="${LB_INITSYSTEM:-sysvinit}" - ;; esac ;; + + *) + LB_INITSYSTEM="${LB_INITSYSTEM:-sysvinit}" + ;; esac # Setting fdisk -- cgit v1.2.3