Searched refs:lsmod_output (Results 1 – 1 of 1) sorted by relevance
15 lsmod_output=$(lsmod | awk '!/Module/{print $1, $2, $3}' | sort)16 if [ -z "$lsmod_output" ]; then25 if [ "$lsmod_output" != "$modules_output" ]; then28 echo "$lsmod_output" > temp1