Browse Source

Clifford Wolf:


			
			
				rocklinux
			
			
		
Clifford Wolf 20 years ago
parent
commit
e3cfd16826
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      package/base/sysfiles/rocknet.sh

+ 1
- 1
package/base/sysfiles/rocknet.sh

@ -110,7 +110,7 @@ done < <(
done | sort
)
[ "$pmatched" = 0 ] && \
[ "$pmatched" = 0 -a "$profile" != "default" ] && \
error "Unknown profile: '$profile'"
[ "$pmatched" = 1 -a "$imatched" = 0 ] && \
error "Unknown interface for profile: '$interface'"

Loading…
Cancel
Save