mirror of
https://github.com/gtxaspec/wz_mini_hacks.git
synced 2024-11-09 23:18:20 +00:00
add logging for mounts
This commit is contained in:
parent
16c89dca72
commit
16f8f7e477
@ -19,6 +19,9 @@ case "$1" in
|
|||||||
mount /dev/mtdblock3 /system
|
mount /dev/mtdblock3 /system
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
echo "Current Mounts:"
|
||||||
|
mount
|
||||||
|
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
echo "Usage: $0 {start}"
|
echo "Usage: $0 {start}"
|
||||||
|
Loading…
Reference in New Issue
Block a user