Skip to content

Commit

Permalink
minor edit
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Lange committed Nov 4, 2015
1 parent bc814a9 commit 2a735c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/dracut/80fai-autodiscover/fai-scan.sh
Expand Up @@ -81,7 +81,7 @@ while [ 1 ]; do
faisrv=($faiserver)

if [ ${#faisrv[@]} -eq 0 ]; then
dialog --colors --yesno "\n \Zr\Z1No FAI server found.\Zn\n\n\n Retry scan?\n" 10 28
dialog --colors --yesno "\n \Zr\Z1No FAI server found.\Zn\n\n\n Retry scan?\n" 10 28
if [ $? -eq 1 ]; then
die "No FAI server found."
root=
Expand Down

0 comments on commit 2a735c8

Please sign in to comment.