mirror of
https://github.com/fleschutz/PowerShell.git
synced 2024-11-23 00:13:36 +01:00
Fix typo
This commit is contained in:
parent
0c4d8c927d
commit
6c01170d82
@ -45,7 +45,7 @@ try {
|
||||
|
||||
[int]$Elapsed = $StopWatch.Elapsed.TotalSeconds
|
||||
"✔️ started IPFS server in $Elapsed sec"
|
||||
"⚠️ NOTE: make sure your router does not block TCP/UDP port 4001 for IPv4 & IPv6:wq!"
|
||||
"⚠️ NOTE: make sure your router does not block TCP/UDP port 4001 for IPv4 & IPv6"
|
||||
exit 0 # success
|
||||
} catch {
|
||||
"⚠️ Error in line $($_.InvocationInfo.ScriptLineNumber): $($Error[0])"
|
||||
|
Loading…
Reference in New Issue
Block a user