wip
This commit is contained in:
@@ -561,8 +561,8 @@ nas() {
|
||||
sudo umount /mnt/nas-fam
|
||||
elif [[ $1 == "mount" ]] && [[ -n $2 ]]; then
|
||||
echo "mount /mnt/nas & /mnt/nas-fam"
|
||||
sudo mount -t cifs -o credentials=/home/poq/syncDir/secrets/misc/lillesorteboks.txt,iocharset=utf8,noperm //$2/fro /mnt/nas
|
||||
sudo mount -t cifs -o credentials=/home/poq/syncDir/secrets/misc/lillesorteboks.txt,iocharset=utf8,noperm //$2/fam /mnt/nas-fam
|
||||
sudo mount -t cifs -o credentials=/home/poq/syncDir/secrets/nas/lillesorteboks.txt,iocharset=utf8,noperm //$2/fro /mnt/nas
|
||||
sudo mount -t cifs -o credentials=/home/poq/syncDir/secrets/nas/lillesorteboks.txt,iocharset=utf8,noperm //$2/fam /mnt/nas-fam
|
||||
tree -L 2 /mnt/nas
|
||||
tree -L 2 /mnt/nas-fam
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user