mirror of
https://github.com/akuker/RASCSI.git
synced 2026-04-21 02:17:25 +00:00
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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user