From c2a95cb691639ea20bcb004c4abedcfac2fb408b Mon Sep 17 00:00:00 2001 From: "committer@tuxwarrior" Date: Sun, 6 Apr 2025 18:30:24 -0500 Subject: [PATCH] =?UTF-8?q?//=20||=20=E2=9E=94=20&&?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dots/bash/.bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dots/bash/.bashrc b/dots/bash/.bashrc index a40654e..d2a5842 100644 --- a/dots/bash/.bashrc +++ b/dots/bash/.bashrc @@ -155,7 +155,7 @@ alias nas-unmount-2="sudo umount /mnt/nas" nas() { - if [ -f $1 ] || [ -f $2 ] ; then + if [ -f $1 ] && [ -f $2 ] ; then if [ $1 == "mount" ] ; then echo "mount /mnt/nas"