Skip to content

Commit 73c7089

Browse files
chmouelvishvananda
authored andcommitted
Launch screen with bash as shell
Since screen commands are bash specifics make sure we launch screen with bash login shell instead of other shells. Fixes bug928883. Change-Id: I62b4c7182682deb4ef16ed0cf1a3b5a130c1c4ee
1 parent 6869d1a commit 73c7089

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stack.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1246,7 +1246,7 @@ function screen_it {
12461246
}
12471247

12481248
# create a new named screen to run processes in
1249-
screen -L -d -m -S stack -t stack
1249+
screen -d -m -S stack -t stack -s /bin/bash
12501250
sleep 1
12511251
# set a reasonable statusbar
12521252
screen -r stack -X hardstatus alwayslastline "%-Lw%{= BW}%50>%n%f* %t%{-}%+Lw%< %= %H"

0 commit comments

Comments
 (0)