]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
Don't exit after .bash_profile script.
authorMichael Tremer <michael.tremer@ipfire.org>
Sat, 6 Sep 2008 20:37:38 +0000 (20:37 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Sat, 6 Sep 2008 20:37:38 +0000 (20:37 +0000)
src/install/root/.bash_profile

index f997fe6b6c1b2b0cfc0eade0d30e3c40b57e55bf..737b025f0c64c51f5d536bec0d69b260b84c5ecc 100644 (file)
@@ -35,5 +35,3 @@ done
 if [ "$mode" = "install" ]; then
        [[ "$(tty)" =~ "tty1" ]] && exec /sbin/pomona
 fi
-
-exit 0