Add RASCSI host and port arguments to web/start.sh (#771)

* Fix data type of --rascsi-port argument

* Add support for --rascsi-host and --rascsi-port arguments

* Add short parameter names, increase specificity of web port parameter
This commit is contained in:
nucleogenic
2022-07-26 05:47:11 +01:00
committed by GitHub
parent 94c98b4577
commit dc1414ba71
3 changed files with 19 additions and 13 deletions
+1 -1
View File
@@ -1031,7 +1031,7 @@ if __name__ == "__main__":
)
parser.add_argument(
"--rascsi-port",
type=str,
type=int,
default=6868,
action="store",
help="RaSCSI port. Default: 6868",