Run installer synchronously so quitting it will end the script.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@24264 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -72,13 +72,13 @@ fi
|
|||||||
|
|
||||||
# Launch Terminal or consoled depending on $SAFEMODE
|
# Launch Terminal or consoled depending on $SAFEMODE
|
||||||
if [ "$SAFEMODE" != "yes" ]; then
|
if [ "$SAFEMODE" != "yes" ]; then
|
||||||
if [ -x /boot/apps/Installer ]; then
|
if [ -x /boot/beos/apps/Installer ]; then
|
||||||
launch /boot/apps/Installer
|
/boot/beos/apps/Installer
|
||||||
#/boot/apps/Terminal -x /boot/apps/Installer
|
#/boot/beos/apps/Terminal -x /boot/beos/apps/Installer
|
||||||
else
|
else
|
||||||
#launch /boot/apps/Terminal
|
/boot/beos/apps/Terminal
|
||||||
fi
|
fi
|
||||||
launch beos/apps/Terminal
|
#launch beos/apps/Terminal
|
||||||
else
|
else
|
||||||
launch beos/bin/consoled
|
launch beos/bin/consoled
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user