This commit is contained in:
committer@tuxwarrior
2025-04-06 18:33:06 -05:00
parent c2a95cb691
commit 5bec4e5088

View File

@@ -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
}