/ nas() cmd complete

i beleive
This commit is contained in:
committer@tuxwarrior
2025-04-06 18:39:34 -05:00
parent afb5d71598
commit c3cc0027ed

View File

@@ -160,6 +160,7 @@ nas() {
if [ $1 == "mount" ] ; then
echo "mount /mnt/nas"
sudo mount -t cifs -o credentials=/home/poq/syncDir/secrets/misc/lillesorteboks.txt,iocharset=utf8,noperm //$2/fro /mnt/nas
tree -L 2 /mnt/nas
elif [ $1 == "umount" ] || [ $1 == "unmount" ] ; then
echo "umount /mnt/nas"
sudo umount /mnt/nas