From 1e62403ba6a6dce0087cf863b848082e4bf1334b Mon Sep 17 00:00:00 2001 From: jbjohnso Date: Mon, 7 Apr 2008 13:11:02 +0000 Subject: [PATCH] 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 --- xCAT-client-2.0/bin/rcons | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-client-2.0/bin/rcons b/xCAT-client-2.0/bin/rcons index ad70def36..660d58de4 100755 --- a/xCAT-client-2.0/bin/rcons +++ b/xCAT-client-2.0/bin/rcons @@ -21,4 +21,4 @@ if [ ! -f $HOME/.consolerc ]; then echo '}' >> $HOME/.consolerc fi -exec console -M $CONSERVER $1 +exec console -f -M $CONSERVER $1