cms/cms-write-ifcfg.sh: turn SUBCHANNELS into lowercase

master
Harald Hoyer 2014-12-01 15:04:53 +01:00
parent 99d4fd6bb7
commit 3ae03005b8
1 changed files with 1 additions and 0 deletions

View File

@ -7,6 +7,7 @@ mkdir -m 0755 -p /run/initramfs/state/etc/sysconfig/network-scripts
function cms_write_config()
{
. /tmp/cms.conf
SUBCHANNELS="$(echo $SUBCHANNELS | sed 'y/ABCDEF/abcdef/')"
OLDIFS=$IFS
IFS=,
read -a subch_array <<< "indexzero,$SUBCHANNELS"