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
|
shift
|
||||||
ROUTER_IP_ADDRESS="$1"
|
ROUTER_IP_ADDRESS="$1"
|
||||||
;;
|
;;
|
||||||
|
# mount point
|
||||||
|
--mount)
|
||||||
|
shift
|
||||||
|
MICROSD_MOUNT_POINT="$1"
|
||||||
|
;;
|
||||||
*)
|
*)
|
||||||
# unknown option
|
# unknown option
|
||||||
;;
|
;;
|
||||||
|
|
Loading…
Reference in New Issue