Merge "make rejoin-stack.sh keep the same service tags"

This commit is contained in:
Jenkins 2013-07-22 06:20:58 +00:00 committed by Gerrit Code Review
commit 4e8d764462
2 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@ if [[ -e $TOP_DIR/stack-screenrc ]]; then
echo "Attaching to already started screen session.."
exec screen -r stack
fi
exec screen -c $TOP_DIR/stack-screenrc -S $SCREEN_NAME
exec screen -c $TOP_DIR/stack-screenrc
fi
echo "Couldn't find $TOP_DIR/stack-screenrc file; have you run stack.sh yet?"

View File

@ -836,7 +836,7 @@ fi
# Clear screen rc file
SCREENRC=$TOP_DIR/$SCREEN_NAME-screenrc
if [[ -e $SCREENRC ]]; then
echo -n > $SCREENRC
rm -f $SCREENRC
fi
# Initialize the directory for service status check