bootrc: fix spacing when asking for fs/auth ip
This commit is contained in:
parent
966a185353
commit
84172fc961
2 changed files with 3 additions and 3 deletions
|
@ -42,7 +42,7 @@ fn ask {
|
|||
echo -n $1
|
||||
echo -n $2
|
||||
if(! ~ $#3 0){
|
||||
echo -n ' ['
|
||||
echo -n '['
|
||||
echo -n $3
|
||||
echo -n '] '
|
||||
}
|
||||
|
|
|
@ -7,9 +7,9 @@ fn confignet{
|
|||
if(~ $#auth 0)
|
||||
auth=`{awk -F'=' '/auth=/{print $2; exit}' /net/ndb}
|
||||
if(~ $#fs 0)
|
||||
ask fs ' ip is?' $auth
|
||||
ask fs ' ip is? ' $auth
|
||||
if(~ $#auth 0)
|
||||
ask auth ' ip is?' $fs
|
||||
ask auth ' ip is? ' $fs
|
||||
}
|
||||
|
||||
fn connecttcp{
|
||||
|
|
Loading…
Reference in a new issue