Skip to content

Commit 296948e

Browse files
Jenkinsopenstack-gerrit
authored andcommitted
Merge "Properly generate the hardstatus for stack-screenrc."
2 parents 09e636e + 076e86a commit 296948e

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
@@ -759,7 +759,7 @@ function screen_rc {
759759
# Name the screen session
760760
echo "sessionname stack" > $SCREENRC
761761
# Set a reasonable statusbar
762-
echo 'hardstatus alwayslastline "$SCREEN_HARDSTATUS"' >> $SCREENRC
762+
echo "hardstatus alwayslastline '$SCREEN_HARDSTATUS'" >> $SCREENRC
763763
echo "screen -t stack bash" >> $SCREENRC
764764
fi
765765
# If this service doesn't already exist in the screenrc file

0 commit comments

Comments
 (0)