mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-21 22:13:19 -07:00
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:
parent
866c17955b
commit
8a0c193117
1 changed files with 1 additions and 5 deletions
|
@ -20,10 +20,6 @@
|
||||||
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
|
# 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
|
if [ "$TERM" != "screen" ]; then
|
||||||
screen -xRR
|
screen -xRR
|
||||||
logout
|
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue