if [ -f /tmp/tcloop/APPNAME/bin/lsmod ]; then
	rm /bin/lsmod
	/bb/ln -sf /tmp/tcloop/APPNAME/bin/lsmod /bin/lsmod
fi

