We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e474403 commit 076e86aCopy full SHA for 076e86a
stack.sh
@@ -759,7 +759,7 @@ function screen_rc {
759
# Name the screen session
760
echo "sessionname stack" > $SCREENRC
761
# Set a reasonable statusbar
762
- echo 'hardstatus alwayslastline "$SCREEN_HARDSTATUS"' >> $SCREENRC
+ echo "hardstatus alwayslastline '$SCREEN_HARDSTATUS'" >> $SCREENRC
763
echo "screen -t stack bash" >> $SCREENRC
764
fi
765
# If this service doesn't already exist in the screenrc file
0 commit comments