fix paren escape
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
echo Client Name:
|
||||
read name
|
||||
echo Client Matching IP: (10.10.0.<?>)
|
||||
echo Client Matching IP: \(10.10.0.?\)
|
||||
read ip
|
||||
echo Server PubKey:
|
||||
read server_pubkey
|
||||
|
||||
Reference in New Issue
Block a user