From 8e6b1a997f8dcf71feccd390a06a3229277952b8 Mon Sep 17 00:00:00 2001 From: Ian Kelling Date: Thu, 18 Apr 2024 23:23:05 -0400 Subject: [PATCH] minor fix --- mount-latest-subvol | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/mount-latest-subvol b/mount-latest-subvol index eb682f4..1f4229e 100644 --- a/mount-latest-subvol +++ b/mount-latest-subvol @@ -24,6 +24,7 @@ cd / [[ $EUID == 0 ]] || exec sudo -E "$this_file" "$@" set -e; . /usr/local/lib/bash-bear; set +e +shopt -s nullglob usage() { cat < 0 )); then + all_vols+=(ar) + fi fi ##### end command line parsing ######## @@ -237,7 +242,6 @@ fstab <