Can set mount point for microSD
This commit is contained in:
parent
713a2d10af
commit
ae0abc68bc
Binary file not shown.
|
@ -70,6 +70,11 @@ case $key in
|
|||
shift
|
||||
ROUTER_IP_ADDRESS="$1"
|
||||
;;
|
||||
# mount point
|
||||
--mount)
|
||||
shift
|
||||
MICROSD_MOUNT_POINT="$1"
|
||||
;;
|
||||
*)
|
||||
# unknown option
|
||||
;;
|
||||
|
|
Loading…
Reference in New Issue