#!/bin/sh

case "$1" in
	start)
		if [ $(fw_printenv -n wlandev) ]; then
			qrscan.sh >/dev/null 2>&1 &
		fi
	;;
esac