Restore behavior of rcons forcing write by default on new session open

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@986 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
jbjohnso 2008-04-07 13:11:02 +00:00
parent 4da82b680f
commit 1e62403ba6

View File

@ -21,4 +21,4 @@ if [ ! -f $HOME/.consolerc ]; then
echo '}' >> $HOME/.consolerc
fi
exec console -M $CONSERVER $1
exec console -f -M $CONSERVER $1