firmware/general/package/quirc-openipc/files/S97qrscan

10 lines
118 B
Bash
Executable File

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