fix indentation to use tabs

remove the logout call;  otherwise, it's very difficult to just detach
remove the screen-install call;  this should be handled in the -helper
script
This commit is contained in:
Dustin Kirkland 2009-01-09 16:31:25 -06:00
commit 8a0c193117

View file

@ -20,10 +20,6 @@
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
# Verify that we are correctly installed
/bin/bash /usr/share/screen-profiles/screen-install
if [ "$TERM" != "screen" ]; then
screen -xRR
logout
fi