How enter a “Y” in shell command field?
-
Running an update. I need to tell it “Y” to go ahead and run. How do I put a “Y” in the Shell Command field?
-
You mean via Diag > Command Prompt?
You don't in general. It's non-interactive.
Some commands can be fed a 'y' switch so they don't require interaction. Like
pkg install -y xxx
But for most things you should just use the actual CLI at the console or via SSH.
Steve
-
The -y is what I was looking for.
Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.