mirror of
https://github.com/unraid/webgui.git
synced 2026-02-24 11:19:24 -06:00
Update create_network_ini
This commit is contained in:
@@ -235,7 +235,7 @@ if [[ -n $DATA && -e /var/run/nginx.socket ]]; then
|
||||
fi
|
||||
|
||||
# generate our welcome text (management interface only)
|
||||
if [[ -z $interface || "eth0 br0 bond0" =~ $interface ]]; then
|
||||
if [[ -z $interface || "eth0 br0 bond0 wlan0" =~ $interface ]]; then
|
||||
. /etc/unraid-version
|
||||
echo -e "Unraid Server OS version: $version" >/etc/issue
|
||||
# find management interface
|
||||
|
||||
Reference in New Issue
Block a user