mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
Assume that the submitter knows what he is doing and order the
suggested actions accordingly. S)end should be the first one.
This commit is contained in:
parent
bd442d2547
commit
6a75465ff3
1 changed files with 1 additions and 1 deletions
|
|
@ -444,7 +444,7 @@ while true; do
|
|||
|
||||
while true; do
|
||||
if [ -z "$BATCH" ]; then
|
||||
$ECHON1 "a)bort, e)dit or s)end? $ECHON2"
|
||||
$ECHON1 "s)end, e)dit or a)bort? $ECHON2"
|
||||
read input
|
||||
else
|
||||
if [ $CNT -eq 6 ]; then
|
||||
|
|
|
|||
Loading…
Reference in a new issue