From 32345bc57c5b88b25448b7e89b31bd6d4e58b3ac Mon Sep 17 00:00:00 2001 From: ligc Date: Mon, 8 Dec 2014 14:34:36 +0800 Subject: [PATCH] fix for bug 4456, change the rcons shebang line to /bin/bash --- xCAT-client/bin/rcons | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-client/bin/rcons b/xCAT-client/bin/rcons index 09c0522c8..ee4fa2928 100755 --- a/xCAT-client/bin/rcons +++ b/xCAT-client/bin/rcons @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash # Provide serial console access to nodes