From: Michael Tremer Date: Sat, 6 Sep 2008 20:37:38 +0000 (+0000) Subject: Don't exit after .bash_profile script. X-Git-Tag: v3.0-alpha1~708 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0d36fbcebceac52e9904fcc0f1af094cb5f839a7;p=ipfire-3.x.git Don't exit after .bash_profile script. --- diff --git a/src/install/root/.bash_profile b/src/install/root/.bash_profile index f997fe6b6..737b025f0 100644 --- a/src/install/root/.bash_profile +++ b/src/install/root/.bash_profile @@ -35,5 +35,3 @@ done if [ "$mode" = "install" ]; then [[ "$(tty)" =~ "tty1" ]] && exec /sbin/pomona fi - -exit 0