Removing the -p from the "nc" command. (#697)
authorSnR <57704319+mitkolazov@users.noreply.github.com>
Thu, 4 Apr 2024 02:23:47 +0000 (05:23 +0300)
committerGitHub <noreply@github.com>
Thu, 4 Apr 2024 02:23:47 +0000 (10:23 +0800)
commit869cdb3672ab86342944c0c7b915804ed46225c3
treebc9152e7d200e45782099236b476369c5c16d20d
parentac585c7b7fbe7fec984de0a392e55cc9d38dd3bd
Removing the -p from the "nc" command. (#697)

Removing the -p from the "nc" command.
Reason:
# nc -w 4 -l -p 80
nc: cannot use -p and -l

Without -p it works just fine.

> -l' Used to specify that nc should listen for an incoming connection rather than initiate a connection to a remote host. It is an error to use this option in conjunction with the -p, -s, or -z options. Additionally, any timeouts specified with the -w option are ignored.
discourse-setup