Skip to content

Commit

Permalink
zfsbootmenu-core: remove trailing whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
ahesford committed Sep 9, 2023
1 parent e7a3b89 commit 955ac2f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions zfsbootmenu/lib/zfsbootmenu-core.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1802,7 +1802,7 @@ emergency_shell() {
EOF

command -v efibootmgr >/dev/null 2>&1 && mount_efivarfs "rw"
command -v efibootmgr >/dev/null 2>&1 && mount_efivarfs "rw"

# -i (interactive) mode will source $HOME/.bashrc
/bin/bash -i
Expand All @@ -1816,7 +1816,7 @@ emergency_shell() {
done < /proc/self/mounts

# always remount as read-only
mount_efivarfs
mount_efivarfs
}

# prints: zpool list and zfs property list
Expand Down

0 comments on commit 955ac2f

Please sign in to comment.