Re: cat "$infofile" | grep "^string" | sed 's/.*=//'
ep "^my_dgw" | sed > > 's/.*=//') > > + fi > > + fi > > + hostinfo=$path/rootfs/etc/host.info > > + if [ -e "$hostinfo" ]; then > > + HOSTNAME=$(cat "$hostinfo" | grep "^hostname" | sed 's/.*=/
cat "$infofile" | grep "^string" | sed 's/.*=//'
fi > + hostinfo=$path/rootfs/etc/host.info > + if [ -e "$hostinfo" ]; then > + HOSTNAME=$(cat "$hostinfo" | grep "^hostname" | sed 's/.*=//') > + fi cat "$infofile" | grep "^string" | sed 's