Fix closing brackets

refs #5019
This commit is contained in:
Michael Friedrich 2017-03-09 17:33:38 +01:00
parent 8d9aee4b8f
commit f0a77464cd
1 changed files with 2 additions and 0 deletions

View File

@ -18,6 +18,7 @@ object CheckCommand "adaptec-raid" {
required = true
value = "$arcconf_path$"
description = "Insert the path to arcconf (e.g. /sbin/arcconf)."
}
}
vars.arcconf_path = "/sbin/arcconf"
@ -38,6 +39,7 @@ object CheckCommand "lsi-raid" {
required = true
value = "$storcli_path$"
description = "Insert the path to storcli (e.g. /usr/sbin/storcli)."
}
}
vars.storcli_path = "/usr/sbin/storcli"