From 5bec4e50886e54008412ec9ea3bd7419126a61f0 Mon Sep 17 00:00:00 2001 From: "committer@tuxwarrior" Date: Sun, 6 Apr 2025 18:33:06 -0500 Subject: [PATCH] u --- dots/bash/.bashrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dots/bash/.bashrc b/dots/bash/.bashrc index d2a5842..a555e07 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" @@ -167,7 +167,7 @@ nas() { echo "unknown mount command" fi - if + fi }