diff mbox series

[ibsim,07/23] run_opensm.sh: remove opensm '-c' option

Message ID 20190102131318.5765-7-honli@redhat.com (mailing list archive)
State Not Applicable
Headers show
Series [ibsim,01/23] move sim_cmd_file into ibsim/sim_cmd.c | expand

Commit Message

Honggang LI Jan. 2, 2019, 1:13 p.m. UTC
The '-c' option needs a configuration file.

Signed-off-by: Honggang Li <honli@redhat.com>
---
 scripts/run_opensm.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/scripts/run_opensm.sh b/scripts/run_opensm.sh
index a225d81f17a3..5fd29b5b94f3 100755
--- a/scripts/run_opensm.sh
+++ b/scripts/run_opensm.sh
@@ -7,7 +7,7 @@  fi
 
 if [ -z "$1" ] ; then
 	cmd=opensm
-	cmd_args="-e -c -V -f ./osm.log -s 0"
+	cmd_args="-e -V -f ./osm.log -s 0"
 else
 	cmd="$1"
 	shift