diff --git a/package/base/sysfiles/rocknet.sh b/package/base/sysfiles/rocknet.sh index 02ba75ca8..f603c5382 100755 --- a/package/base/sysfiles/rocknet.sh +++ b/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'"