Skip to content

Commit

Permalink
fix function name
Browse files Browse the repository at this point in the history
  • Loading branch information
jordan committed Feb 8, 2021
1 parent fc505e8 commit 6eb38a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/sudo-mount.sh
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ doadm_qimg_boot_unmount () {
# ------------

doadm_qimg_root_mount () {
local dev=`qimg_root_device`
local dev=`qroot_device`
local dir=`qroot_mount_realpath`

([ -z "$NOISY" ] || set -x; $RUNPFX $SUDO mount -oro "$dev" "$dir")
Expand Down

0 comments on commit 6eb38a1

Please sign in to comment.