Can set mount point for microSD

This commit is contained in:
Bob Mottram 2015-01-28 21:32:13 +00:00
parent 713a2d10af
commit ae0abc68bc
2 changed files with 5 additions and 0 deletions

Binary file not shown.

View File

@ -70,6 +70,11 @@ case $key in
shift
ROUTER_IP_ADDRESS="$1"
;;
# mount point
--mount)
shift
MICROSD_MOUNT_POINT="$1"
;;
*)
# unknown option
;;